docker-volume-rm - Man Page
Remove one or more volumes
Synopsis
docker volume rm [Options] VOLUME [VOLUME...]
Description
Remove one or more volumes. You cannot remove a volume that is in use by a container.
Options
- -f, ā--force[=false]
Force the removal of one or more volumes
- -h, ā--help[=false]
help for rm
Example
$ docker volume rm hello hello
See Also
Referenced By
May 2020 Docker Community