Hi,
Detach (-d) and remove(--rm) options are not simultaneously supported by the python API but no longer conflict as of docker version 1.13.0. See here in the code.
There was a pull request that moves the --rm option daemon-side and allows for running containers detached with the removal option: moby/moby#20848
Do you think you can remove that API restriction?
Cheers
Hi,
Detach (-d) and remove(--rm) options are not simultaneously supported by the python API but no longer conflict as of docker version 1.13.0. See here in the code.
There was a pull request that moves the --rm option daemon-side and allows for running containers detached with the removal option: moby/moby#20848
Do you think you can remove that API restriction?
Cheers