mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +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}
|
||||
#auto eth{adapter}
|
||||
#iface eth{adapter} inet dhcp
|
||||
#hostname {hostname}
|
||||
#\thostname {hostname}
|
||||
""".format(adapter=adapter, hostname=self._name))
|
||||
return path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user