1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00

Fix support of docker appliance with a usage

Fix #1144
This commit is contained in:
Julien Duponchelle 2017-07-26 10:52:43 +02:00
parent 5dd5c21374
commit 6aa6d96ba0
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -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"],