Fix support of docker appliance with a usage

Fix #1144
pull/1146/head
Julien Duponchelle 7 years ago
parent 5dd5c21374
commit 6aa6d96ba0
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -62,6 +62,10 @@ DOCKER_CREATE_SCHEMA = {
"maximum": 65535,
"type": ["integer", "null"]
},
"usage": {
"description": "How to use the qemu VM",
"type": "string",
},
"start_command": {
"description": "Docker CMD entry",
"type": ["string", "null"],
@ -166,6 +170,10 @@ DOCKER_OBJECT_SCHEMA = {
"minimum": 0,
"maximum": 99,
},
"usage": {
"description": "How to use the qemu VM",
"type": "string",
},
"start_command": {
"description": "Docker CMD entry",
"type": ["string", "null"],

Loading…
Cancel
Save