2017-03-27 11:10:58 +02:00
|
|
|
# volume
|
|
|
|
|
2023-01-06 19:04:05 +01:00
|
|
|
<!---MARKER_GEN_START-->
|
2017-03-27 11:10:58 +02:00
|
|
|
Manage volumes
|
|
|
|
|
2023-01-06 19:04:05 +01:00
|
|
|
### Subcommands
|
|
|
|
|
|
|
|
| Name | Description |
|
|
|
|
|:-------------------------------|:----------------------------------------------------|
|
|
|
|
| [`create`](volume_create.md) | Create a volume |
|
|
|
|
| [`inspect`](volume_inspect.md) | Display detailed information on one or more volumes |
|
|
|
|
| [`ls`](volume_ls.md) | List volumes |
|
2023-08-12 14:19:17 +01:00
|
|
|
| [`prune`](volume_prune.md) | Remove unused local volumes |
|
2023-01-06 19:04:05 +01:00
|
|
|
| [`rm`](volume_rm.md) | Remove one or more volumes |
|
|
|
|
| [`update`](volume_update.md) | Update a volume (cluster volumes only) |
|
2017-03-27 11:10:58 +02:00
|
|
|
|
|
|
|
|
2023-01-06 19:04:05 +01:00
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
2017-03-27 11:10:58 +02:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2017-04-05 09:24:53 -07:00
|
|
|
Manage volumes. You can use subcommands to create, inspect, list, remove, or
|
|
|
|
prune volumes.
|