add line to mount docker managed fs folder to container.

this needs additional logic to work completely; right now its just a groundwork.
keyupdate
jowj 6 years ago
parent 3da1c3b140
commit 09e4668390

@ -6,6 +6,7 @@ def dockerrun():
'--rm',
'--interactive',
'--tty',
'--mount', 'source=agares,target=/colove',
'colove:latest']
subprocess.run(args)

Loading…
Cancel
Save