mirror of
https://github.com/containers/podman.git
synced 2025-09-19 00:56:15 +08:00

For filter=id=XXX (containers, pods) and =ctr-ids=XXX (pods): if XXX is only hex characters, treat it as a PREFIX otherwise, treat it as a REGEX Add tests. Update documentation. And fix an incorrect help message. Fixes: #18471 Signed-off-by: Ed Santiago <santiago@redhat.com>