funkwerk/compose_plantuml

How to avoid a "spam" of containers ?

JeromeVi opened this issue · 1 comments

Hi,
I'd like to know if there is a way to delete the container that the command cat docker-compose.yml | docker run -i funkwerk/compose_plantuml --link-graph | docker run -i think/plantuml > output.svg creates because each time it creates 2 containers.

Thank you for the help :)

lindt commented

docker run --rm=true will delete the containers after they exited.