1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-24 15:58:08 +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",
"minLength": 1
},
"usage": {
"description": "How to use the Docker container",
"type": "string",
"default": ""
},
"adapters": {
"description": "Number of adapters",
"type": "integer",