jutanke / rp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to detach docker container

emadRad opened this issue · comments

Since docker run has the capability to detach the container with -d option. Please add the option for the user to detach the container when running their script with rp run ....

the run command can now be detached with rp run --detach=True ...