Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels