Skip to content

Instantly share code, notes, and snippets.

@lhartikk
Last active July 2, 2016 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhartikk/9121dc311d3df07cdc33 to your computer and use it in GitHub Desktop.
Save lhartikk/9121dc311d3df07cdc33 to your computer and use it in GitHub Desktop.
docker "network/bridge flush"
sudo apt-get install bridge-utils
sudo pkill docker
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