Created
July 10, 2017 05:19
-
-
Save ishu3101/7468392a4a0daf30a9274324df62ba9d to your computer and use it in GitHub Desktop.
Installing docker on Windows
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
# install docker on windows | |
chocolatey install docker | |
chocolatey install docker-machine | |
chocolatey install docker-compose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment