summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-23 12:21:55 -0500
committerGitHub <noreply@github.com>2020-02-23 12:21:55 -0500
commiteef9875a6133d4cbf4e6f63771dd86045f071f7d (patch)
tree46c50c1a5b85e6f558bdd82f13b934ed802bfb60 /docs/source/markdown/podman-create.1.md
parent9fd01e19458bd8c8281663bdb504f02aa3a92e3b (diff)
parent0184714a82696feec33b383bfd98875712173e6e (diff)
downloadpodman-eef9875a6133d4cbf4e6f63771dd86045f071f7d.tar.gz
podman-eef9875a6133d4cbf4e6f63771dd86045f071f7d.tar.bz2
podman-eef9875a6133d4cbf4e6f63771dd86045f071f7d.zip
Merge pull request #5300 from baude/disablehealth
Add --no-healthcheck command to create/run
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 64e331b42..3c5f81764 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -564,6 +564,10 @@ Valid values are:
Not implemented
+**--no-healthcheck**=*true|false*
+
+Disable any defined healthchecks for container.
+
**--no-hosts**=*true|false*
Do not create /etc/hosts for the container.