Error: podman wait
accepts at most one argument
#7627
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 help output for
podman wait
suggests that podman can wait for multiple containers if I give it all of their IDs, but when I try to do so, it produces aError: 'podman wait' accepts at most one argument
error.Steps to reproduce the issue:
podman run --cidfile a fedora
podman run --cidfile b fedora
podman wait $(cat a) $(cat b)
Describe the results you received:
Error: 'podman wait' accepts at most one argument
Describe the results you expected:
Quietly return successfully.
Additional information you deem important (e.g. issue happens only occasionally):
It doesn't seem to matter whether the container information I give it is valid or not; the error is hit before that is considered.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Fedora 33, on my laptop.
The text was updated successfully, but these errors were encountered: