mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 16:41:04 +00:00
parent
5dd5c21374
commit
6aa6d96ba0
@ -62,6 +62,10 @@ DOCKER_CREATE_SCHEMA = {
|
|||||||
"maximum": 65535,
|
"maximum": 65535,
|
||||||
"type": ["integer", "null"]
|
"type": ["integer", "null"]
|
||||||
},
|
},
|
||||||
|
"usage": {
|
||||||
|
"description": "How to use the qemu VM",
|
||||||
|
"type": "string",
|
||||||
|
},
|
||||||
"start_command": {
|
"start_command": {
|
||||||
"description": "Docker CMD entry",
|
"description": "Docker CMD entry",
|
||||||
"type": ["string", "null"],
|
"type": ["string", "null"],
|
||||||
@ -166,6 +170,10 @@ DOCKER_OBJECT_SCHEMA = {
|
|||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 99,
|
"maximum": 99,
|
||||||
},
|
},
|
||||||
|
"usage": {
|
||||||
|
"description": "How to use the qemu VM",
|
||||||
|
"type": "string",
|
||||||
|
},
|
||||||
"start_command": {
|
"start_command": {
|
||||||
"description": "Docker CMD entry",
|
"description": "Docker CMD entry",
|
||||||
"type": ["string", "null"],
|
"type": ["string", "null"],
|
||||||
|
Loading…
Reference in New Issue
Block a user