Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save j-griffith/72ab25df2a4612397ef8b80ad3958908 to your computer and use it in GitHub Desktop.
Save j-griffith/72ab25df2a4612397ef8b80ad3958908 to your computer and use it in GitHub Desktop.
brctl addbr br0
brctl addif br0 enp2s0f1
brctl setfd br0 0
ifconfig br0 10.117.36.106 netmask 255.255.255.0
service networking restart
docker network create --ip-range=10.117.36.0/25 --subnet=10.117.36.0/25 -o "com.docker.network.brige.name=br0" br0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment