Skip to content

Instantly share code, notes, and snippets.

@dungdt88
Last active April 20, 2016 07:05
Show Gist options
  • Save dungdt88/220d2fb3b3162685fbd7299b0e65c4d7 to your computer and use it in GitHub Desktop.
Save dungdt88/220d2fb3b3162685fbd7299b0e65c4d7 to your computer and use it in GitHub Desktop.
## 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