Last active
August 29, 2015 14:19
-
-
Save phstudy/b87546873d1cc6319585 to your computer and use it in GitHub Desktop.
install windows docker client
This file contains hidden or 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
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco install docker -y | |
choco install nodejs.install -y | |
choco install rsync -y | |
choco install openssl.light -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment