mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
add AutoRemove to HostConfig add -rm flag to docker run add TestRunAutoRemove to test -rm docs: add -rm to commandline/command/run add hostConfig to container monitor make monitor destroy the container via -rm This adds support for automatically removing a container after it exits. The removal of the container is handled on the server side. Upstream-commit: 22e7e107addc4703ee6ef36981dfafe985be695d Component: engine