docs: minor improvements to the healthcheck section

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-11-27 14:08:17 +01:00
parent 7585d66a07
commit 5ede4c82ac
1 changed files with 11 additions and 8 deletions

View File

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