mirror of https://github.com/docker/cli.git
Add shm_size property to build configuration in Compose schema
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
86653f4d57
commit
e49f14cf36
File diff suppressed because one or more lines are too long
|
@ -87,7 +87,8 @@
|
||||||
"labels": {"$ref": "#/definitions/list_or_dict"},
|
"labels": {"$ref": "#/definitions/list_or_dict"},
|
||||||
"cache_from": {"$ref": "#/definitions/list_of_strings"},
|
"cache_from": {"$ref": "#/definitions/list_of_strings"},
|
||||||
"network": {"type": "string"},
|
"network": {"type": "string"},
|
||||||
"target": {"type": "string"}
|
"target": {"type": "string"},
|
||||||
|
"shm_size": {"type": ["integer", "string"]}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
@ -300,7 +301,8 @@
|
||||||
"nocopy": {"type": "boolean"}
|
"nocopy": {"type": "boolean"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
|
|
Loading…
Reference in New Issue