Add `init` support in 3.7 schema

> Run an init inside the container that forwards signals and reaps
> processes

This is already supported in 2.4 schema

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-06-18 10:52:57 +02:00
parent 13d8cf413e
commit c584ad67fc
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@
"healthcheck": {"$ref": "#/definitions/healthcheck"},
"hostname": {"type": "string"},
"image": {"type": "string"},
"init": {"type": "boolean"},
"ipc": {"type": "string"},
"isolation": {"type": "string"},
"labels": {"$ref": "#/definitions/list_or_dict"},