1podman-healthcheck-run(1) General Commands Manual podman-healthcheck-run(1)
2
3
4
6 podman-healthcheck-run - Run a container healthcheck
7
8
10 podman healthcheck run container
11
12
14 Runs the healthcheck command defined in a running container manually.
15 The resulting error codes are defined as follows:
16
17
18 • 0 = healthcheck command succeeded
19
20 • 1 = healthcheck command failed
21
22 • 125 = an error has occurred
23
24
25
26 Possible errors that can occur during the healthcheck are: * unable to
27 find the container * container has no defined healthcheck * container
28 is not running
29
30
32 --help
33 Print usage statement
34
35
37 $ podman healthcheck run mywebapp
38
39
40
42 podman(1), podman-healthcheck(1)
43
44
46 Feb 2019, Originally compiled by Brent Baude bbaude@redhat.com
47 ⟨mailto:bbaude@redhat.com⟩
48
49
50
51 podman-healthcheck-run(1)