bollard
bollard copied to clipboard
What would be the equivalent of docker run --rm?
I need to create the container and start it right away, and when the internal task is finished executing, the container should be automatically deleted, I get this behavior using docker run --rm
.