diff --git a/config/schema.go b/config/schema.go index 8e7d9e6b..bd40a627 100644 --- a/config/schema.go +++ b/config/schema.go @@ -131,7 +131,8 @@ var schema = `{ "restart": {"type": ["boolean", "null"]}, "selinux_enabled": {"type": ["boolean", "null"]}, "storage_driver": {"type": "string"}, - "userland_proxy": {"type": ["boolean", "null"]} + "userland_proxy": {"type": ["boolean", "null"]}, + "insecure_registry": {"$ref": "#/definitions/list_of_strings"} } }, diff --git a/scripts/schema.json b/scripts/schema.json index 022505cc..e06393c2 100644 --- a/scripts/schema.json +++ b/scripts/schema.json @@ -129,7 +129,8 @@ "restart": {"type": ["boolean", "null"]}, "selinux_enabled": {"type": ["boolean", "null"]}, "storage_driver": {"type": "string"}, - "userland_proxy": {"type": ["boolean", "null"]} + "userland_proxy": {"type": ["boolean", "null"]}, + "insecure_registry": {"$ref": "#/definitions/list_of_strings"} } },