summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-pod-ps.1.md
diff options
context:
space:
mode:
authorAshley Cui <acui@redhat.com>2020-10-13 09:05:38 -0400
committerAshley Cui <acui@redhat.com>2020-10-13 09:08:13 -0400
commit8f603a76f6d7a0a34e5dcb677b8a9e5b87ba0157 (patch)
treec0c9dbc434f1e17eb6bd09bd232dd2c7aa00ca3f /docs/source/markdown/podman-pod-ps.1.md
parent212011f166d6f56421fcc5260def999e71156d32 (diff)
downloadpodman-8f603a76f6d7a0a34e5dcb677b8a9e5b87ba0157.tar.gz
podman-8f603a76f6d7a0a34e5dcb677b8a9e5b87ba0157.tar.bz2
podman-8f603a76f6d7a0a34e5dcb677b8a9e5b87ba0157.zip
Restore --format: stats & pod ps
Restore formatting for stats Fix formatting for pod ps Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-pod-ps.1.md')
-rw-r--r--docs/source/markdown/podman-pod-ps.1.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-pod-ps.1.md b/docs/source/markdown/podman-pod-ps.1.md
index 035c20c7f..3df4403b7 100644
--- a/docs/source/markdown/podman-pod-ps.1.md
+++ b/docs/source/markdown/podman-pod-ps.1.md
@@ -68,11 +68,10 @@ Valid placeholders for the Go template are listed below:
| .Name | Name of pod |
| .Status | Status of pod |
| .Labels | All the labels assigned to the pod |
-| .ContainerInfo | Show the names, ids and/or statuses of containers (only shows 9 unless no-trunc is specified) |
| .NumberOfContainers | Show the number of containers attached to pod |
| .Cgroup | Cgroup path of pod |
-| .UsePodCgroup | Whether containers use the Cgroup of the pod |
-
+| .Created | Creation time of pod |
+| .InfraID | Pod infra container ID |
**--sort**
Sort by created, ID, name, status, or number of containers