.nh .TH podman-healthcheck-run 1 .SH NAME .PP podman-healthcheck-run - Run a container healthcheck .SH SYNOPSIS .PP \fBpodman healthcheck run\fP \fIcontainer\fP .SH DESCRIPTION .PP Runs the healthcheck command defined in a running container manually. The resulting error codes are defined as follows: .RS .IP \(bu 2 0 = healthcheck command succeeded .IP \(bu 2 1 = healthcheck command failed .IP \(bu 2 125 = an error has occurred .RE .PP Possible errors that can occur during the healthcheck are: * unable to find the container * container has no defined healthcheck * container is not running .SH OPTIONS .SS \fB--help\fP .PP Print usage statement .SH EXAMPLES .EX $ podman healthcheck run mywebapp .EE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-healthcheck(1)\fP .SH HISTORY .PP Feb 2019, Originally compiled by Brent Baude bbaude@redhat.com \[la]mailto:bbaude@redhat.com\[ra]