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

Allow usage property in Docker appliance.

This commit is contained in:
grossmj 2018-11-27 16:36:52 +07:00
parent db982f5df7
commit f39c27ff7b

View File

@ -26,6 +26,11 @@ DOCKER_APPLIANCE_PROPERTIES = {
"type": "string", "type": "string",
"minLength": 1 "minLength": 1
}, },
"usage": {
"description": "How to use the Docker container",
"type": "string",
"default": ""
},
"adapters": { "adapters": {
"description": "Number of adapters", "description": "Number of adapters",
"type": "integer", "type": "integer",