moby/docs/reference/commandline/volume_rm.md
Harald Albers 00eaa7e1f5 Fix usage for docker volume inspect and docker volume rm
For both commands, volume is _not_ optional. Several volumes may
be specified.
Both commands now use the same name (VOLUME) for the command argument.

Signed-off-by: Harald Albers <github@albersweb.de>
2015-09-08 09:14:57 -07:00

426 B

volume rm

Usage: docker volume rm [OPTIONS] VOLUME [VOLUME...]

Remove a volume

--help=false       Print usage

Removes one or more volumes. You cannot remove a volume that is in use by a container.

$ docker volume rm hello hello