diff options
author | haircommander <pehunt@redhat.com> | 2018-08-02 10:48:56 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-02 20:39:06 +0000 |
commit | 26b9b17d275d3b740a471e70cc8116f75de99a3d (patch) | |
tree | 05febb1fbf6b61e1217f56f25c2b00af8419194f /docs/podman-ps.1.md | |
parent | 20155657ecf688568c4712a8a125ff95a5dd29a3 (diff) | |
download | podman-26b9b17d275d3b740a471e70cc8116f75de99a3d.tar.gz podman-26b9b17d275d3b740a471e70cc8116f75de99a3d.tar.bz2 podman-26b9b17d275d3b740a471e70cc8116f75de99a3d.zip |
Added ps --pod option
Signed-off-by: haircommander <pehunt@redhat.com>
Closes: #1205
Approved by: rhatdan
Diffstat (limited to 'docs/podman-ps.1.md')
-rw-r--r-- | docs/podman-ps.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |