1podman-healthcheck-run(1)()                        podman-healthcheck-run(1)()
2
3
4

NAME

6       podman-healthcheck-run - Run a container healthcheck
7
8

SYNOPSIS

10       podman healthcheck run [options] container
11
12

DESCRIPTION

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

OPTIONS

32       --help
33
34
35       Print usage statement
36
37

EXAMPLES

39              $ podman healthcheck run mywebapp
40
41
42

SEE ALSO

44       podman-healthcheck(1)
45
46

HISTORY

48       Feb  2019,  Originally  compiled  by  Brent   Baude   bbaude@redhat.com
49       ⟨mailto:bbaude@redhat.com⟩
50
51
52
53                                                   podman-healthcheck-run(1)()
Impressum