From 26b9b17d275d3b740a471e70cc8116f75de99a3d Mon Sep 17 00:00:00 2001 From: haircommander Date: Thu, 2 Aug 2018 10:48:56 -0400 Subject: Added ps --pod option Signed-off-by: haircommander Closes: #1205 Approved by: rhatdan --- docs/podman-ps.1.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/podman-ps.1.md b/docs/podman-ps.1.md index 0ec39f5ac..72bb69ca6 100644 --- a/docs/podman-ps.1.md +++ b/docs/podman-ps.1.md @@ -24,6 +24,10 @@ all the containers information. By default it lists: Show all the containers, default is only running containers +**--pod** + +Display the pods the containers are associated with + **--no-trunc** Display the extended information @@ -46,6 +50,7 @@ Valid placeholders for the Go template are listed below: | .CreatedAt | Creation time for container | | .RunningFor | Time elapsed since container was started | | .Status | Status of container | +| .Pod | Pod the container is associated with | | .Ports | Exposed ports | | .Size | Size of container | | .Names | Name of container | -- cgit v1.2.3-54-g00ecf