docs: run-reference: use table for health options

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-12-13 15:58:25 +01:00
parent 8f90d984bb
commit ca9ff8dafc
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 9 additions and 9 deletions

View File

@ -1144,15 +1144,15 @@ windir=C:\Windows
The following flags for the `docker run` command let you control the parameters The following flags for the `docker run` command let you control the parameters
for container healthchecks: for container healthchecks:
```text | Option | Description |
--health-cmd Command to run to check health |:---------------------------|:---------------------------------------------------------------------------------------|
--health-interval Time between running the check | `--health-cmd` | Command to run to check health |
--health-retries Consecutive failures needed to report unhealthy | `--health-interval` | Time between running the check |
--health-timeout Maximum time to allow one check to run | `--health-retries` | Consecutive failures needed to report unhealthy |
--health-start-period Start period for the container to initialize before starting health-retries countdown | `--health-timeout` | Maximum time to allow one check to run |
--health-start-interval Time between running the check during the start period | `--health-start-period` | Start period for the container to initialize before starting health-retries countdown |
--no-healthcheck Disable any container-specified HEALTHCHECK | `--health-start-interval` | Time between running the check during the start period |
``` | `--no-healthcheck` | Disable any container-specified `HEALTHCHECK` |
Example: Example: