mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +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>