Skip to content

Instantly share code, notes, and snippets.

@choudeshell
Last active September 30, 2016 17:06
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 choudeshell/fa492116b558eb09ead1c529994f85e6 to your computer and use it in GitHub Desktop.
Save choudeshell/fa492116b558eb09ead1c529994f85e6 to your computer and use it in GitHub Desktop.
http://localhost:2375/v1.24/images/json
docker run hello-world
docker run -it ubuntu bash
docker run -d -p 8000:80 nginx
docker run -d -p 8000:80 -v c:\Techbash\html:/usr/share/nginx/html nginx
docker run -d -p 6379:6379 --name redisdb redis
docker run -it --name ubuntu_bash --link redisdb:redisdb techbash/ubuntu_bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment