Created
July 15, 2016 09:56
-
-
Save pubkey/1e5f0de74d59040f13a27cf7edc4f787 to your computer and use it in GitHub Desktop.
docker_fixDNS.instr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@link http://askubuntu.com/questions/475764/docker-io-dns-doesnt-work-its-trying-to-use-8-8-8-8 | |
nano /etc/default/docker | |
docker_OPTS="--dns 127.0.0.1" | |
nano /etc/NetworkManager/NetworkManager.conf | |
#dns=dnsmasq | |
service network-manager restart | |
service docker restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment