Last active
April 20, 2016 07:05
-
-
Save dungdt88/220d2fb3b3162685fbd7299b0e65c4d7 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
## Create a new Bridge network | |
docker network create --driver=bridge --subnet=172.17.0.1/24 --gateway=172.17.0.1 --ip-range=172.17.0.0/24 network-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment