summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhaircommander <pehunt@redhat.com>2018-08-02 10:48:56 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-02 20:39:06 +0000
commit26b9b17d275d3b740a471e70cc8116f75de99a3d (patch)
tree05febb1fbf6b61e1217f56f25c2b00af8419194f /docs
parent20155657ecf688568c4712a8a125ff95a5dd29a3 (diff)
downloadpodman-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')
-rw-r--r--docs/podman-ps.1.md5
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 |