mirror of
https://github.com/containers/podman.git
synced 2025-12-04 20:28:40 +08:00
When an image does not have an ENTRYPOINT nor a CMD and the user does not provide a command in the CLI, we should fail gracefully. This resolves issue #328 Signed-off-by: baude <bbaude@redhat.com> Closes: #333 Approved by: mheon