From c584ad67fce14ab9ee221945ccc10b52b5ab0aeb Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 18 Jun 2018 10:52:57 +0200 Subject: [PATCH] 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 --- compose/config/config_schema_v3.7.json | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/config/config_schema_v3.7.json b/compose/config/config_schema_v3.7.json index 05566cf81..cd7882f5b 100644 --- a/compose/config/config_schema_v3.7.json +++ b/compose/config/config_schema_v3.7.json @@ -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"},