diff options
| author | baude <bbaude@redhat.com> | 2020-12-22 09:15:28 -0600 | 
|---|---|---|
| committer | baude <bbaude@redhat.com> | 2020-12-22 09:40:39 -0600 | 
| commit | c50c75419b80791d6dd086ced608c41b2f3d96b6 (patch) | |
| tree | 5c09faf305f4073f89a302d7c30a9019d2e99878 /docs/source/markdown | |
| parent | 182646b01a4544902c9fdf9326889a0ced7d9a8e (diff) | |
| download | podman-c50c75419b80791d6dd086ced608c41b2f3d96b6.tar.gz podman-c50c75419b80791d6dd086ced608c41b2f3d96b6.tar.bz2 podman-c50c75419b80791d6dd086ced608c41b2f3d96b6.zip | |
add pod filter for ps
adds the ability to filter containers based on the filter "pod".  the
value can be a pod name or its full or partial id.
Fixes: #8512
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source/markdown')
| -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* | 
