mirror of
https://github.com/docker/cli.git
synced 2025-08-31 23:02:07 +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>