From 467ea71e5e2a0142c1456e3280d69a9538402fec Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Mon, 28 Aug 2017 13:24:40 -0700 Subject: [PATCH] Add Init API field documentation to swagger Signed-off-by: Noah Meyerhans Signed-off-by: Vincent Demeester --- api/swagger.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index 8ff7415d62..6fabc89a07 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -443,6 +443,10 @@ definitions: OomKillDisable: description: "Disable OOM Killer for the container." type: "boolean" + Init: + description: "Run an init inside the container that forwards signals and reaps processes. This field is omitted if empty, and the default (as configured on the daemon) is used." + type: "boolean" + x-nullable: true PidsLimit: description: "Tune a container's pids limit. Set -1 for unlimited." type: "integer"