mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
commit
3e817dc3da
@ -4,3 +4,4 @@ iface lo inet loopback
|
|||||||
auto eth0
|
auto eth0
|
||||||
iface eth0 inet dhcp
|
iface eth0 inet dhcp
|
||||||
hostname docker
|
hostname docker
|
||||||
|
udhcpc_opts -T 1 -A 3
|
||||||
|
@ -20,7 +20,7 @@ start()
|
|||||||
--background \
|
--background \
|
||||||
--exec /sbin/mdnstool \
|
--exec /sbin/mdnstool \
|
||||||
--make-pidfile --pidfile ${PIDFILE} \
|
--make-pidfile --pidfile ${PIDFILE} \
|
||||||
-- if eth0 -hostname ${HOSTNAME}
|
-- -if eth0 -hostname ${HOSTNAME}
|
||||||
|
|
||||||
eend $? "Failed to start mDNS server"
|
eend $? "Failed to start mDNS server"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user