Fix docker support on 2.0

Fix #528
This commit is contained in:
Julien Duponchelle
2016-05-16 18:32:29 +02:00
parent a9b95eb242
commit 1eb77a0b3f
4 changed files with 9 additions and 17 deletions

View File

@ -195,7 +195,7 @@ class DockerVM(BaseNode):
"""
:returns: Return the path that we need to map to local folders
"""
binds = ["{}:/gns3:ro".format(get_resource("hypervisor/docker/resources"))]
binds = ["{}:/gns3:ro".format(get_resource("compute/docker/resources"))]
# We mount our own etc/network
network_config = self._create_network_config()