1
0
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:
grossmj 2022-06-12 19:32:34 +08:00
parent 988ca7574c
commit 2eb64200a4

View File

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