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 [options] 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
34
35 Print usage statement
36
37
39 $ podman healthcheck run mywebapp
40
41
42
44 podman-healthcheck(1)
45
46
48 Feb 2019, Originally compiled by Brent Baude ⟨bbaude@redhat.com⟩
49
50
51
52 podman-healthcheck-run(1)