Skip to content

Instantly share code, notes, and snippets.

@jesusgn90
Created June 12, 2018 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesusgn90/c92d10a7f4db27c99e7415b552efa8ee to your computer and use it in GitHub Desktop.
Save jesusgn90/c92d10a7f4db27c99e7415b552efa8ee to your computer and use it in GitHub Desktop.
Useful commands for Docker
// Create subnet
docker network create --subnet=172.18.0.0/16 mynet123
// Create container on subnet and attach into it
docker run --net mynet123 --ip 172.18.0.21 -it ubuntu:18.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment