Skip to content

Instantly share code, notes, and snippets.

@kmatt
Created June 17, 2020 23:38
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 kmatt/c1d2d41075d6df1d5ab9e9c2d6b3280a to your computer and use it in GitHub Desktop.
Save kmatt/c1d2d41075d6df1d5ab9e9c2d6b3280a to your computer and use it in GitHub Desktop.
Docker bridge
# https://github.com/docker/for-linux/issues/123#issuecomment-346546953
ip link add name docker0 type bridge
ip addr add dev docker0 172.17.0.1/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment