mirror of https://github.com/docker/compose.git
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:
parent
13d8cf413e
commit
c584ad67fc
|
@ -154,6 +154,7 @@
|
||||||
"healthcheck": {"$ref": "#/definitions/healthcheck"},
|
"healthcheck": {"$ref": "#/definitions/healthcheck"},
|
||||||
"hostname": {"type": "string"},
|
"hostname": {"type": "string"},
|
||||||
"image": {"type": "string"},
|
"image": {"type": "string"},
|
||||||
|
"init": {"type": "boolean"},
|
||||||
"ipc": {"type": "string"},
|
"ipc": {"type": "string"},
|
||||||
"isolation": {"type": "string"},
|
"isolation": {"type": "string"},
|
||||||
"labels": {"$ref": "#/definitions/list_or_dict"},
|
"labels": {"$ref": "#/definitions/list_or_dict"},
|
||||||
|
|
Loading…
Reference in New Issue