summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-08 01:04:02 -0800
committerGitHub <noreply@github.com>2019-03-08 01:04:02 -0800
commit8a21e231e63e557448f3471ff57a27fac682d9cc (patch)
tree0a31250bcbe866197c5f3d863d07cab44af50af6 /docs
parent1b2f8679b864b882fdccaad6fdd6a5c86c83291b (diff)
parent91e15bd802be4ee7de3238ecc491d67f82312e19 (diff)
downloadpodman-8a21e231e63e557448f3471ff57a27fac682d9cc.tar.gz
podman-8a21e231e63e557448f3471ff57a27fac682d9cc.tar.bz2
podman-8a21e231e63e557448f3471ff57a27fac682d9cc.zip
Merge pull request #2579 from edsantiago/add_healthcheck_to_podman_1
add podman-healthcheck(1) to podman(1)
Diffstat (limited to 'docs')
-rw-r--r--docs/podman.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md
index bc03d3c5a..5c930995c 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -137,6 +137,7 @@ the exit codes follow the `chroot` standard, see below:
| [podman-exec(1)](podman-exec.1.md) | Execute a command in a running container. |
| [podman-export(1)](podman-export.1.md) | Export a container's filesystem contents as a tar archive. |
| [podman-generate(1)](podman-generate.1.md)| Generate structured data based for a containers and pods. |
+| [podman-healthcheck(1)](podman-healthcheck.1.md)| Manage healthchecks for containers |
| [podman-history(1)](podman-history.1.md) | Show the history of an image. |
| [podman-image(1)](podman-image.1.md) | Manage Images. |
| [podman-images(1)](podman-images.1.md) | List images in local storage. |