mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-04 11:28:11 +00:00
After #2289 we need to bind /etc/resolv.conf into the docker and kubelet containers on both node and master. Also since #2289 the metadata container requires /etc/resolv.conf to be populated on the host, which means running DHCP earlier in oneshot onboot mode, do so. Signed-off-by: Ian Campbell <ijc@docker.com>