driver_opts can only be of type string
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
7c95c733a9
commit
d78ea85301
2 changed files with 15 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
"driver_opts": {
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^.+$": {"type": ["string", "number"]}
|
||||
"^.+$": {"type": "string"}
|
||||
}
|
||||
},
|
||||
"external": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue