Allow usage property in Docker appliance.

pull/1475/head
grossmj 6 years ago
parent db982f5df7
commit f39c27ff7b

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

Loading…
Cancel
Save