docker-volume-rm (1) Linux Manual Page
docker-volume-rm – 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] -h, –help[=false]
Example
$ docker volume rm hello
hello
