Update flag description for docker rm -v

The `-v` option removes anonymous volume only, and keeps
named volumes.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-01-25 13:54:23 +01:00
parent 7a0b138571
commit 8f5379b301
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Options:
-f, --force Force the removal of a running container (uses SIGKILL)
--help Print usage
-l, --link Remove the specified link
-v, --volumes Remove the volumes associated with the container
-v, --volumes Remove anonymous volumes associated with the container
```
## Examples