Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,10 @@ for container healthchecks:
| `--health-start-interval` | Time between running the check during the start period |
| `--no-healthcheck` | Disable any container-specified `HEALTHCHECK` |

`--health-retries` is consecutive failed checks before the container is marked
`unhealthy`. The first check counts. The value must be 1 or higher; `0` is
treated as unset and the daemon uses its default of 3.

Example:

```console
Expand Down