mirror of https://github.com/containers/podman.git
podman inspect shows the healthcheck status in `.State.Healthcheck`, docker uses `.State.Health`. To make sure docker scripts work we should add the `Health` key. Because we do not want to display both keys by default we only use the new `Health` key. This is a breaking change for podman users but matches what docker does. To provide some form of compatibility users can still use `--format {{.State.Healthcheck}}`. IT is just not shown by default. Fixes #11645 Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
test_v2_0_0_container.py | ||
test_v2_0_0_image.py | ||
test_v2_0_0_manifest.py | ||
test_v2_0_0_network.py | ||
test_v2_0_0_pod.py | ||
test_v2_0_0_system.py | ||
test_v2_0_0_volume.py | ||
v1_test_rest_v1_0_0.py |