docker volume
Description
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
Extended description
Manage volumes. You can use subcommands to create, inspect, list, remove, or prune volumes.
Parent command
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
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 local volumes |
docker volume rm | Remove one or more volumes |