mirror of
https://github.com/docker/cli.git
synced 2026-09-02 10:06:35 -05:00
Healthcheck: set default retries to 3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 7e00f19c4f
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
30ff620184
commit
7291a7792b
@@ -1496,7 +1496,7 @@ The options that can appear before `CMD` are:
|
||||
|
||||
* `--interval=DURATION` (default: `30s`)
|
||||
* `--timeout=DURATION` (default: `30s`)
|
||||
* `--retries=N` (default: `1`)
|
||||
* `--retries=N` (default: `3`)
|
||||
|
||||
The health check will first run **interval** seconds after the container is
|
||||
started, and then again **interval** seconds after each previous check completes.
|
||||
|
||||
Reference in New Issue
Block a user