mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +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>