Skip to content

Instantly share code, notes, and snippets.

@weivall
Created July 13, 2015 22:14
Show Gist options
  • Save weivall/3d3d9769bbd59c8d6339 to your computer and use it in GitHub Desktop.
Save weivall/3d3d9769bbd59c8d6339 to your computer and use it in GitHub Desktop.
Docker containers can't resolve DNS on Ubuntu 14.04 Desktop Host
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