From 03ed0afa29b549c334044ab836d80c024cc7d2b6 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 9 Jan 2017 16:48:56 +0100 Subject: [PATCH] Merge pull request #30000 from ralphtheninja/master Attempts -> MaxAttempts in /services/create (cherry picked from commit 4166801f606b54987fb9a3fda447fc71d3cd0c28) Signed-off-by: Sebastiaan van Stijn --- docs/api/v1.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/v1.24.md b/docs/api/v1.24.md index e27fdfdfb9..ca431c1d23 100644 --- a/docs/api/v1.24.md +++ b/docs/api/v1.24.md @@ -4689,7 +4689,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).