schema.json: remove specific log_opt properties

Signed-off-by: Joel Hansson <joel.hansson@ecraft.com>
This commit is contained in:
Joel Hansson 2015-08-21 08:36:03 +02:00
parent 61936f6b88
commit 8caaee9eac
1 changed files with 2 additions and 9 deletions

View File

@ -56,16 +56,9 @@
"image": {"type": "string"},
"labels": {"$ref": "#/definitions/list_or_dict"},
"links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
"log_driver": {"type": "string"},
"log_opt": {
"type": "object",
"properties": {
"syslog-address": {"type": "string"}
},
"required": ["syslog-address"]
},
"log_opt": {"type": "object"},
"mac_address": {"type": "string"},
"mem_limit": {