docker-volume-rm (1) Linux Manual Page
docker-volume-rm – Remove one or more volumes Synopsisdocker volume rm [OPTIONS] VOLUME [VOLUME…] DescriptionRemove 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 helloSee Alsodocker-volume(1)
