mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Attempts -> MaxAttempts in /services/create
Signed-off-by: Lars-Magnus Skog <ralphtheninja@riseup.net>
This commit is contained in:
parent
d0053a34bc
commit
778eeaea20
1 changed files with 1 additions and 1 deletions
|
@ -4678,7 +4678,7 @@ image](#create-an-image) section for more details.
|
|||
as part of this service.
|
||||
- **Condition** – Condition for restart (`none`, `on-failure`, or `any`).
|
||||
- **Delay** – Delay between restart attempts.
|
||||
- **Attempts** – Maximum attempts to restart a given container before giving up (default value
|
||||
- **MaxAttempts** – Maximum attempts to restart a given container before giving up (default value
|
||||
is 0, which is ignored).
|
||||
- **Window** – Windows is the time window used to evaluate the restart policy (default value is
|
||||
0, which is unbounded).
|
||||
|
|
Loading…
Reference in a new issue