Support podman ps filter regular expressions like in docker CLI #3394
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
To filter a container on it's exact name, the filter
name=^postgres$
should work, but it doesn't. When using the filtername=postgres
, containers namedpostgres-exporter
andpostgres
will be returned. That's why this filter can be useful.Steps to reproduce the issue:
Podman
podman run --rm -d --name postgres docker://docker.io/library/postgres:11
podman ps --filter name=^postgres$
Describe the results you received:
No output
Describe the results you expected:
Which docker outputs when podman is replaced with docker in steps to reproduce
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
n/a
The text was updated successfully, but these errors were encountered: