metaparticle-io / package

Metaparticle/Package: Language Fluent Containerization and Deployment in Java, .NET and Javascript (and more coming soon)
https://metaparticle.io
MIT License
493 stars 55 forks source link

Python run does not automatically rm container #124

Open wagoodman opened 6 years ago

wagoodman commented 6 years ago

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.