mirror of
https://github.com/containers/podman.git
synced 2025-10-13 01:06:10 +08:00
Force --all when --filter is passed to podman ps
When we filter, it should be out of all containers, not just running ones, by default - this is necessary to ensure Docker compatability. Fixes #5050 Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user