mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #5300 from baude/disablehealth
Add --no-healthcheck command to create/run
This commit is contained in:
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user