Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python run does not automatically rm container #124

Open
wagoodman opened this issue Apr 20, 2018 · 0 comments
Open

Python run does not automatically rm container #124

wagoodman opened this issue Apr 20, 2018 · 0 comments

Comments

@wagoodman
Copy link
Contributor

When using the docker executor the docker container is not removed after the container exits. This results in successive runs requiring a manual docker rm <container id>.

To reproduce:

cd python/examples/simple
python example.py
...
python example.py
<error>

It would be expected that you can run your application back-to-back without manual intervention with the docker cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant