mirror of https://github.com/docker/compose.git
Add missing IPAM options to v2.2 spec
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
614e311c8d
commit
5b3b6ebf94
|
@ -300,6 +300,13 @@
|
||||||
"driver": {"type": "string"},
|
"driver": {"type": "string"},
|
||||||
"config": {
|
"config": {
|
||||||
"type": "array"
|
"type": "array"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"type": "object",
|
||||||
|
"patternProperties": {
|
||||||
|
"^.+$": {"type": "string"}
|
||||||
|
},
|
||||||
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|
Loading…
Reference in New Issue