mirror of https://github.com/docker/docs.git
schema.json: remove specific log_opt properties
Signed-off-by: Joel Hansson <joel.hansson@ecraft.com>
This commit is contained in:
parent
61936f6b88
commit
8caaee9eac
|
@ -56,16 +56,9 @@
|
||||||
"image": {"type": "string"},
|
"image": {"type": "string"},
|
||||||
"labels": {"$ref": "#/definitions/list_or_dict"},
|
"labels": {"$ref": "#/definitions/list_or_dict"},
|
||||||
"links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
"links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
||||||
|
|
||||||
"log_driver": {"type": "string"},
|
"log_driver": {"type": "string"},
|
||||||
|
"log_opt": {"type": "object"},
|
||||||
"log_opt": {
|
|
||||||
"type": "object",
|
|
||||||
|
|
||||||
"properties": {
|
|
||||||
"syslog-address": {"type": "string"}
|
|
||||||
},
|
|
||||||
"required": ["syslog-address"]
|
|
||||||
},
|
|
||||||
|
|
||||||
"mac_address": {"type": "string"},
|
"mac_address": {"type": "string"},
|
||||||
"mem_limit": {
|
"mem_limit": {
|
||||||
|
|
Loading…
Reference in New Issue