Created
July 13, 2015 22:14
-
-
Save weivall/3d3d9769bbd59c8d6339 to your computer and use it in GitHub Desktop.
Docker containers can't resolve DNS on Ubuntu 14.04 Desktop Host
This file contains hidden or 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
sudo apt-get install bridge-utils | |
pkill docker | |
iptables -t nat -F | |
ifconfig docker0 down | |
brctl delbr docker0 | |
sudo service docker start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment