docker-volume-rm
DOCKER(1) Docker User Manuals DOCKER(1)
NAME
docker-volume-rm - Remove one or more volumesSYNOPSIS
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 rmEXAMPLE
$ docker volume rm hello
helloSEE ALSO
docker-volume(1)Docker Community Aug 2024 DOCKER(1)