Remove one or more volumes. You cannot remove a volume that is in use by a container.
docker volume rm, docker volume remove
| Name | Type | Default | Description |
|---|---|---|---|
-f, --force | Force the removal of one or more volumes |
Remove one or more volumes. You cannot remove a volume that is in use by a container.
$ docker volume rm hello
hello