mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00

It is desirable to have a --latest switch on the podman wait command so we can wait on the latest container created to end. Also, fixes a panic with latest where no containers are available. Signed-off-by: baude <bbaude@redhat.com> Closes: #201 Approved by: baude