docs/source/markdown/podman-healthcheck-run.1.md
% podman-healthcheck-run 1
podman-healthcheck-run - Run a container healthcheck
podman healthcheck run [options] container
Runs the healthcheck command defined in a running container manually. The resulting error codes are defined as follows:
Possible errors that can occur during the healthcheck are:
Print usage statement
Exit with code 0 regardless of the healthcheck result and if the container is still in the startup period. Other errors will not be ignored.
Run healthchecks in specified container:
$ podman healthcheck run mywebapp
podman(1), podman-healthcheck(1), podman-run(1), podman-create(1), podman-inspect(1)
Feb 2019, Originally compiled by Brent Baude [email protected]