mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
do not set hostname in dhcp
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
3ff1aed545
commit
be2612bfd8
@ -3,5 +3,4 @@ iface lo inet loopback
|
|||||||
|
|
||||||
auto eth0
|
auto eth0
|
||||||
iface eth0 inet dhcp
|
iface eth0 inet dhcp
|
||||||
hostname docker
|
|
||||||
udhcpc_opts -T 1 -A 3
|
udhcpc_opts -T 1 -A 3
|
||||||
|
Loading…
Reference in New Issue
Block a user