mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Add spaces before hostname for Docker network config. Ref #2039
This commit is contained in:
parent
988ca7574c
commit
2eb64200a4
@ -314,7 +314,7 @@ class DockerVM(BaseNode):
|
|||||||
# DHCP config for eth{adapter}
|
# DHCP config for eth{adapter}
|
||||||
#auto eth{adapter}
|
#auto eth{adapter}
|
||||||
#iface eth{adapter} inet dhcp
|
#iface eth{adapter} inet dhcp
|
||||||
#hostname {hostname}
|
#\thostname {hostname}
|
||||||
""".format(adapter=adapter, hostname=self._name))
|
""".format(adapter=adapter, hostname=self._name))
|
||||||
return path
|
return path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user