driver_opts can only be of type string

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-02-12 10:41:27 -08:00 committed by Daniel Nephin
commit d78ea85301
2 changed files with 15 additions and 1 deletions

View file

@ -78,7 +78,7 @@
"driver_opts": {
"type": "object",
"patternProperties": {
"^.+$": {"type": ["string", "number"]}
"^.+$": {"type": "string"}
}
},
"external": {