Skip to content

Instantly share code, notes, and snippets.

@pungoyal
Last active December 25, 2015 06:18
Show Gist options
  • Save pungoyal/6930590 to your computer and use it in GitHub Desktop.
Save pungoyal/6930590 to your computer and use it in GitHub Desktop.
re-create the docker bridge
sudo service docker stop
sudo iptables -t nat -F
sudo ifconfig docker0 down
sudo 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