mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
Add Init API field documentation to swagger
Signed-off-by: Noah Meyerhans <nmeyerha@amazon.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
committed by
Vincent Demeester
parent
f909bf3590
commit
467ea71e5e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user