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