Files
docker-docs/_data/engine-cli/docker_volume_rm.yaml
French Ben 230940f7f0 Added aliases to CLI (#1412)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-27 11:58:46 -08:00

19 lines
443 B
YAML

command: docker volume rm
aliases: remove
short: Remove one or more volumes
long: |2
Remove one or more volumes. You cannot remove a volume that is in use by a container.
usage: docker volume rm [OPTIONS] VOLUME [VOLUME...]
pname: docker volume
plink: docker_volume.yaml
options:
- option: force
shorthand: f
default_value: "false"
description: Force the removal of one or more volumes
example: |2
$ docker volume rm hello
hello