diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-04 13:22:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 13:22:57 -0800 |
commit | 348e58b59aadbfd873c6c4cd7d2ed4877f43d054 (patch) | |
tree | d3c954d02a4aea05a7a9cd305abaef54273ff287 /docs | |
parent | fac8318cb001404c13db7063cf17de768cd4ca3e (diff) | |
parent | ee5b749e653f4c78298d1e290d5a1ae03edc3c05 (diff) | |
download | podman-348e58b59aadbfd873c6c4cd7d2ed4877f43d054.tar.gz podman-348e58b59aadbfd873c6c4cd7d2ed4877f43d054.tar.bz2 podman-348e58b59aadbfd873c6c4cd7d2ed4877f43d054.zip |
Merge pull request #5075 from mheon/filter_forces_all
Force --all when --filter is passed to podman ps
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-ps.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-ps.1.md b/docs/source/markdown/podman-ps.1.md index 024b85ea5..23bf9f45d 100644 --- a/docs/source/markdown/podman-ps.1.md +++ b/docs/source/markdown/podman-ps.1.md @@ -96,6 +96,7 @@ Display namespace information Filter what containers are shown in the output. Multiple filters can be given with multiple uses of the --filter flag. If multiple filters are given, only containers which match all of the given filters will be shown. +Results will be drawn from all containers, regardless of whether --all was given. Valid filters are listed below: |