diff --git a/docs/source/markdown/podman-volume-ls.1.md.in b/docs/source/markdown/podman-volume-ls.1.md.in index 6639cb6773..9240a3c643 100644 --- a/docs/source/markdown/podman-volume-ls.1.md.in +++ b/docs/source/markdown/podman-volume-ls.1.md.in @@ -32,6 +32,29 @@ Volumes can be filtered by the following attributes: 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** Print usage statement.