mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
The "--rm" flag deletes both the container and any anonymous volumes associated with the container when the container exits. This patch updates the flag description to also mention volumes. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>