mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Fix Docker extra volumes support
This commit is contained in:
parent
0c6749f62b
commit
424db843ca
@ -80,7 +80,12 @@ DOCKER_TEMPLATE_PROPERTIES = {
|
|||||||
"extra_hosts": {
|
"extra_hosts": {
|
||||||
"description": "Docker extra hosts (added to /etc/hosts)",
|
"description": "Docker extra hosts (added to /etc/hosts)",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": ""
|
||||||
|
},
|
||||||
|
"extra_volumes": {
|
||||||
|
"description": "Additional directories to make persistent",
|
||||||
|
"type": "array",
|
||||||
|
"default": []
|
||||||
},
|
},
|
||||||
"custom_adapters": CUSTOM_ADAPTERS_ARRAY_SCHEMA
|
"custom_adapters": CUSTOM_ADAPTERS_ARRAY_SCHEMA
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user