mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Add clarification in the 'Remove anonymous volumes' section that the --rm option works with both foreground and detached (-d) containers. Anonymous volumes are cleaned up when the container exits, regardless of how it was started. Fixes #19717 Assisted-By: docker-agent