Skip to content

Commit

Permalink
Merge pull request #2579 from edsantiago/add_healthcheck_to_podman_1
Browse files Browse the repository at this point in the history
add podman-healthcheck(1) to podman(1)
  • Loading branch information
openshift-merge-robot authored Mar 8, 2019
2 parents 1b2f867 + 91e15bd commit 8a21e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/podman.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
3 changes: 3 additions & 0 deletions hack/podman-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ function podman_man() {
# | [podman-cmd(1)\[(podman-cmd.1.md) | Description ... |
# For all such, print the 'cmd' portion (the one in brackets).
sed -ne 's/^|\s\+\[podman-\([a-z]\+\)(1.*/\1/p' <docs/$1.1.md

# Special case: there is no podman-help man page, nor need for such.
echo "help"
elif [ "$@" = "podman-image-trust" ]; then
# Special case: set and show aren't actually in a table in the man page
echo set
Expand Down

0 comments on commit 8a21e23

Please sign in to comment.