Issue 0029

Summary
problem building docker container - can't resolve debian servers
Owner
Tim
Reporter
Dhinakar
Status
closed
Priority
medium

Description [edit section]

dhinakar reported the problem in this msg

Notes [edit section]

It turns out that Dhinakar was in a corporate setting, where his host machine had /etc/resolv.conf pointing to a nameserver 127.0.1.1 (which is usually a local dnsmasq server). Docker has problems in this case, and needs a real DNS server. We tried various things, including DOCKER_OPTS to specify a "--dns 8.8.8.8". Dhinakar reported that his corporate environment does not allow access to the 8.8.8.8 public nameserver.

A solution that finally worked was the following patch to his Dockerfile, but with the 8.8.8.8 server IP address replaced with a static IPV4 address that was provided to Dhinakar by his IT department.

backlink

Fuego Issues List