Created
May 2, 2017 17:34
-
-
Save j-griffith/72ab25df2a4612397ef8b80ad3958908 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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