Description
When Thermos launches a task using a Docker image it mounts the image as a volume and manually chroots into it. One consequence of this is the logic inside of the network/cni isolator that copies resolv.conf from the host into the new rootfs is bypassed. The Thermos executor should manually copy this file into the rootfs until Mesos pod support is implemented.