diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-08 19:39:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-08 19:39:34 +0200 |
commit | eae377d6e8875ab19d06189032a7c8f98e5d84dd (patch) | |
tree | 6c1eb53d464039c5450cf2edb4d6e0434bbbc831 | |
parent | 3fdf1a2c447ac3b26ae51e266ca4a781da30a5c1 (diff) | |
parent | 69a229b24b5478a28ea526db3a1e1c9ea5846426 (diff) | |
download | podman-eae377d6e8875ab19d06189032a7c8f98e5d84dd.tar.gz podman-eae377d6e8875ab19d06189032a7c8f98e5d84dd.tar.bz2 podman-eae377d6e8875ab19d06189032a7c8f98e5d84dd.zip |
Merge pull request #3517 from stefanb2/topic-doc-fix-healthcheck-command
docs: fix --healthcheck-command option
-rw-r--r-- | docs/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/podman-run.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index e22666402..9cf3e038d 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -268,7 +268,7 @@ The following example maps uids 0-2000 in the container to the uids 30000-31999 Add additional groups to run as -**--healthcheck**=*command* +**--healthcheck-command**=*command* Set or alter a healthcheck command for a container. The command is a command to be executed inside your container that determines your container health. The command is required for other healthcheck options diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 30242080b..4889e5755 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -275,7 +275,7 @@ The example maps gids 0-2000 in the container to the gids 30000-31999 on the hos Add additional groups to run as -**--healthcheck**=*command* +**--healthcheck-command**=*command* Set or alter a healthcheck command for a container. The command is a command to be executed inside your container that determines your container health. The command is required for other healthcheck options |