Add missing IPAM options to v2.2 spec

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-04-24 13:29:18 -07:00
parent baf457c78c
commit ce0599d912
1 changed files with 7 additions and 0 deletions

View File

@ -299,6 +299,13 @@
"driver": {"type": "string"},
"config": {
"type": "array"
},
"options": {
"type": "object",
"patternProperties": {
"^.+$": {"type": "string"}
},
"additionalProperties": false
}
},
"additionalProperties": false