Skip to content

Instantly share code, notes, and snippets.

@kmatt
Created June 17, 2020 23:38
Show Gist options
  • Select an option

  • Save kmatt/c1d2d41075d6df1d5ab9e9c2d6b3280a to your computer and use it in GitHub Desktop.

Select an option

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