Last active
September 30, 2016 17:06
-
-
Save choudeshell/fa492116b558eb09ead1c529994f85e6 to your computer and use it in GitHub Desktop.
This file contains 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
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