podman inspect
returns State.Healthcheck
when docker
uses State.Health
#11645
Labels
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
Scripts that check health of containers are incompatible between
docker
andpodman
.Steps to reproduce the issue:
docker
podman
and inspect it as well.Describe the results you received:
podman
usesState.Healthcheck,Status
docker
usesState.Health.Status
Describe the results you expected:
Both use
State.Health.Status
.Output of
podman version
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: