Browse code

Add Init API field documentation to swagger

Signed-off-by: Noah Meyerhans <nmeyerha@amazon.com>
Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Noah Meyerhans authored on 2017/08/29 05:24:40
Showing 1 changed files
... ...
@@ -443,6 +443,10 @@ definitions:
443 443
       OomKillDisable:
444 444
         description: "Disable OOM Killer for the container."
445 445
         type: "boolean"
446
+      Init:
447
+        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."
448
+        type: "boolean"
449
+        x-nullable: true
446 450
       PidsLimit:
447 451
         description: "Tune a container's pids limit. Set -1 for unlimited."
448 452
         type: "integer"