mirror of https://github.com/docker/cli.git
docs: minor improvements to the healthcheck section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
7585d66a07
commit
5ede4c82ac
|
@ -1066,7 +1066,10 @@ windir=C:\Windows
|
|||
|
||||
### Healthchecks
|
||||
|
||||
```
|
||||
The following flags for the `docker run` command let you control the parameters
|
||||
for container healthchecks:
|
||||
|
||||
```text
|
||||
--health-cmd Command to run to check health
|
||||
--health-interval Time between running the check
|
||||
--health-retries Consecutive failures needed to report unhealthy
|
||||
|
|
Loading…
Reference in New Issue