From fc48b5529dca3907ade273921a14906be796e333 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 25 Jul 2017 16:14:59 +0200 Subject: [PATCH] Fix RestartPolicy default value Signed-off-by: Sebastiaan van Stijn --- api/swagger.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 933a186f1c..471facb399 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -322,7 +322,6 @@ definitions: MaximumRetryCount: type: "integer" description: "If `on-failure` is used, the number of times to retry before giving up" - default: {} Resources: description: "A container's resources (cgroups config, ulimits, etc)"