Closed dieend closed 9 years ago
How does container started from images works? Is it possible to use --rm options? something like:
--rm
docker run --rm images/name
https://docs.docker.com/reference/commandline/cli/#run
Hi, plugin uses Docker REST API and if I'm not mistaken, this is currently provided neither by Create container cmd not start container cmd. I.e. use --rm option is currently not possible.
How does container started from images works? Is it possible to use
--rm
options? something like:https://docs.docker.com/reference/commandline/cli/#run