mirror of https://github.com/containers/podman.git
Add format to podman volume ls
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
b424f8fb09
commit
87e93a7b67
|
@ -32,6 +32,29 @@ Volumes can be filtered by the following attributes:
|
||||||
|
|
||||||
Format volume output using Go template.
|
Format volume output using Go template.
|
||||||
|
|
||||||
|
Valid placeholders for the Go template are listed below:
|
||||||
|
|
||||||
|
| **Placeholder** | **Description** |
|
||||||
|
| ------------------------- | -------------------------------------------- |
|
||||||
|
| .Anonymous | Indicates whether volume is anonymous |
|
||||||
|
| .CreatedAt | Volume creation time |
|
||||||
|
| .Driver | Volume driver |
|
||||||
|
| .GID | GID of volume |
|
||||||
|
| .InspectVolumeData ... | Don't use |
|
||||||
|
| .Labels | Label information associated with the volume |
|
||||||
|
| .MountCount | Number of times the volume is mounted |
|
||||||
|
| .Mountpoint | Source of volume mount point |
|
||||||
|
| .Name | Volume name |
|
||||||
|
| .NeedsChown | Indicates whether volume needs to be chowned |
|
||||||
|
| .NeedsCopyUp | Indicates if volume needs to be copied up to |
|
||||||
|
| .Options | Volume options |
|
||||||
|
| .Scope | Volume scope |
|
||||||
|
| .Status | Status of the volume |
|
||||||
|
| .StorageID | StorageID of the volume |
|
||||||
|
| .Timeout | Timeout of the volume |
|
||||||
|
| .UID | UID of volume |
|
||||||
|
| .VolumeConfigResponse ... | Don't use |
|
||||||
|
|
||||||
#### **--help**
|
#### **--help**
|
||||||
|
|
||||||
Print usage statement.
|
Print usage statement.
|
||||||
|
|
Loading…
Reference in New Issue