add line to mount docker managed fs folder to container.

this needs additional logic to work completely; right now its just a groundwork.
This commit is contained in:
jowj 2018-05-01 23:11:22 -05:00
parent 3da1c3b140
commit 09e4668390

View File

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