Skip to content

Instantly share code, notes, and snippets.

@dqminh
Created August 27, 2013 06:39
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 dqminh/6350312 to your computer and use it in GitHub Desktop.
Save dqminh/6350312 to your computer and use it in GitHub Desktop.
pkill docker
iptables -t nat -F
ifconfig docker0 down
brctl delbr docker0
docker -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment