You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/commandline/container_create.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Create a new container
51
51
|`--health-cmd`|`string`|| Command to run to check health |
52
52
|`--health-interval`|`duration`|`0s`| Time between running the check (ms\|s\|m\|h) (default 0s) |
53
53
|`--health-retries`|`int`|`0`| Consecutive failures needed to report unhealthy |
54
+
|`--health-start-interval`|`duration`|`0s`| Time between running the check during the start period (ms\|s\|m\|h) (default 0s) |
54
55
|`--health-start-period`|`duration`|`0s`| Start period for the container to initialize before starting health-retries countdown (ms\|s\|m\|h) (default 0s) |
55
56
|`--health-timeout`|`duration`|`0s`| Maximum time to allow one check to run (ms\|s\|m\|h) (default 0s) |
Copy file name to clipboardExpand all lines: docs/reference/commandline/container_run.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Create and run a new container from an image
53
53
|`--health-cmd`|`string`|| Command to run to check health |
54
54
|`--health-interval`|`duration`|`0s`| Time between running the check (ms\|s\|m\|h) (default 0s) |
55
55
|`--health-retries`|`int`|`0`| Consecutive failures needed to report unhealthy |
56
+
|`--health-start-interval`|`duration`|`0s`| Time between running the check during the start period (ms\|s\|m\|h) (default 0s) |
56
57
|`--health-start-period`|`duration`|`0s`| Start period for the container to initialize before starting health-retries countdown (ms\|s\|m\|h) (default 0s) |
57
58
|`--health-timeout`|`duration`|`0s`| Maximum time to allow one check to run (ms\|s\|m\|h) (default 0s) |
Copy file name to clipboardExpand all lines: docs/reference/commandline/create.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Create a new container
51
51
|`--health-cmd`|`string`|| Command to run to check health |
52
52
|`--health-interval`|`duration`|`0s`| Time between running the check (ms\|s\|m\|h) (default 0s) |
53
53
|`--health-retries`|`int`|`0`| Consecutive failures needed to report unhealthy |
54
+
|`--health-start-interval`|`duration`|`0s`| Time between running the check during the start period (ms\|s\|m\|h) (default 0s) |
54
55
|`--health-start-period`|`duration`|`0s`| Start period for the container to initialize before starting health-retries countdown (ms\|s\|m\|h) (default 0s) |
55
56
|`--health-timeout`|`duration`|`0s`| Maximum time to allow one check to run (ms\|s\|m\|h) (default 0s) |
Copy file name to clipboardExpand all lines: docs/reference/commandline/run.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Create and run a new container from an image
53
53
|`--health-cmd`|`string`|| Command to run to check health |
54
54
|`--health-interval`|`duration`|`0s`| Time between running the check (ms\|s\|m\|h) (default 0s) |
55
55
|`--health-retries`|`int`|`0`| Consecutive failures needed to report unhealthy |
56
+
|`--health-start-interval`|`duration`|`0s`| Time between running the check during the start period (ms\|s\|m\|h) (default 0s) |
56
57
|`--health-start-period`|`duration`|`0s`| Start period for the container to initialize before starting health-retries countdown (ms\|s\|m\|h) (default 0s) |
57
58
|`--health-timeout`|`duration`|`0s`| Maximum time to allow one check to run (ms\|s\|m\|h) (default 0s) |
0 commit comments