2017-03-27 05:10:58 -04:00
|
|
|
# volume
|
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
<!---MARKER_GEN_START-->
|
2017-03-27 05:10:58 -04:00
|
|
|
Manage volumes
|
|
|
|
|
2023-01-06 13:04:05 -05: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 09:19:17 -04:00
|
|
|
| [`prune`](volume_prune.md) | Remove unused local volumes |
|
2023-01-06 13:04:05 -05:00
|
|
|
| [`rm`](volume_rm.md) | Remove one or more volumes |
|
|
|
|
| [`update`](volume_update.md) | Update a volume (cluster volumes only) |
|
2017-03-27 05:10:58 -04:00
|
|
|
|
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
2017-03-27 05:10:58 -04:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2017-04-05 12:24:53 -04:00
|
|
|
Manage volumes. You can use subcommands to create, inspect, list, remove, or
|
|
|
|
prune volumes.
|