mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00

when a docker image has a defined healthcheck, it should be displayed with inspect. this is only valid for docker images as oci images are not aware of healthchecks. Fixes: #4799 Signed-off-by: Brent Baude <bbaude@redhat.com>