Merge pull request #5300 from baude/disablehealth

Add --no-healthcheck command to create/run
This commit is contained in:
OpenShift Merge Robot
2020-02-23 12:21:55 -05:00
committed by GitHub
7 changed files with 42 additions and 2 deletions

View File

@ -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.

View File

@ -563,6 +563,10 @@ Valid _mode_ 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.