podman pod inspect not working for more than one argument #15674
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The documentation states that podman pod inspect accepts one or more arguments (pod names or ids). This also matches the behavior of all other inspect commands. However in reality only the first argument is used and all extra arguments are silently ignored.
Steps to reproduce the issue:
podman pod create --name p1
podman pod create --name p2
podman pod inspect p1 p2
Describe the results you received:
Inspect output for only the first pod p1
Describe the results you expected:
Inspect output for both pods.
Output of
podman version
:latest main
The text was updated successfully, but these errors were encountered: