Skip to content

Python run does not automatically rm container #124

Open
@wagoodman

Description

@wagoodman

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions