docker volume
Estimated reading time: 1 minuteDescription
Manage volumes
API 1.21+
The client and daemon API must both be at least
1.21
to use this command. Use the docker version
command on the client to check
your client and daemon API versions.
Usage
docker volume COMMAND COMMAND
Child 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 volumes |
docker volume rm | Remove one or more volumes |
Parent command
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Extended description
Manage volumes. You can use subcommands to create, inspect, list, remove, or prune volumes.