docker volume rm
Remove one or more volumes
Usage
$ docker volume rm [OPTIONS] VOLUME [VOLUME...]
Refer to the options section for an overview of available OPTIONS for this command.
Description
Remove one or more volumes. You cannot remove a volume that is in use by a container.
For example uses of this command, refer to the examples section below.
Options
| Name, shorthand | Default | Description | 
--force , -f | 
    Force the removal of one or more volumes | 
Examples
$ docker volume rm hello
hello
Parent command
| Command | Description | 
|---|---|
| docker volume | Manage volumes | 
Related commands
| Command | Description | 
| docker volume create | Create a volume | 
| docker volume inspect | Display detailed information on one or more volumes | 
| docker volume ls | List volumes | 
| docker volume prune | Remove all unused local volumes | 
| docker volume rm | Remove one or more volumes |