diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-12-23 04:42:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 04:42:30 -0500 |
commit | 767e1ac17fe093b1c1bf7525e95dd162c55a490a (patch) | |
tree | ff4605818e6ac237ab0efefd645599220831b88a /docs/source | |
parent | 9b6324f51f7279683f2d2a6c90542029e1ded1ee (diff) | |
parent | c50c75419b80791d6dd086ced608c41b2f3d96b6 (diff) | |
download | podman-767e1ac17fe093b1c1bf7525e95dd162c55a490a.tar.gz podman-767e1ac17fe093b1c1bf7525e95dd162c55a490a.tar.bz2 podman-767e1ac17fe093b1c1bf7525e95dd162c55a490a.zip |
Merge pull request #8804 from baude/issue8512
add pod filter for ps
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-ps.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-ps.1.md b/docs/source/markdown/podman-ps.1.md index b94964f6c..28212b92c 100644 --- a/docs/source/markdown/podman-ps.1.md +++ b/docs/source/markdown/podman-ps.1.md @@ -57,6 +57,8 @@ Valid filters are listed below: | since | [ID] or [Name] Containers created since this container | | volume | [VolumeName] or [MountpointDestination] Volume mounted in container | | health | [Status] healthy or unhealthy | +| pod | [Pod] name or full or partial ID of pod | + #### **--format**=*format* |