mirror of
https://github.com/containers/podman.git
synced 2026-07-27 23:46:58 -04:00
When no image is found, display a useful error message. Also, in imageToRef protect against a nil image being passed. Resolves: #553 Signed-off-by: baude <bbaude@redhat.com> Closes: #555 Approved by: mheon