Merge pull request #6025 from vdemeester/init-in-3.7

Add `init` support in 3.7 schema
This commit is contained in:
Joffrey F 2018-06-18 11:14:54 -07:00 committed by GitHub
commit 9cb1a07c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"},