Dockerfile: Docker build can’t download packages: centos->yum, debian/ubuntu->apt-get behind intranet
PROBLEM Talking to some developers at #docker@freenode, the problem was clear to everyone: DNS and the environment. The build works just fine at a regular Internet connection at home. SOLUTION: This problem occurs in an environment that has a private DNS server, or the network blocks the Google’s DNS servers. Even if the docker container … Read more