Files
docker-docs/_data/engine-cli/docker_volume_rm.yaml
Sebastiaan van Stijn 304f64ccec engine: update reference docs with "console" code hints
Also updates in the descriptions for `--stop-signal` and `--stop-timeout`.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-21 18:34:30 +02:00

33 lines
721 B
YAML

command: docker volume rm
aliases: remove
short: Remove one or more volumes
long: 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
value_type: bool
default_value: "false"
description: Force the removal of one or more volumes
deprecated: false
min_api_version: "1.25"
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
examples: |-
```console
$ docker volume rm hello
hello
```
deprecated: false
min_api_version: "1.21"
experimental: false
experimentalcli: false
kubernetes: false
swarm: false