Merge pull request #34655 from nmeyerhans/document-init-api

Add Init API field documentation to swagger
This commit is contained in:
Yong Tang 2018-01-25 10:16:27 -08:00 committed by GitHub
commit 093a5402a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"