Skip to content

Instantly share code, notes, and snippets.

@phstudy
Last active August 29, 2015 14:19
Show Gist options
  • Save phstudy/b87546873d1cc6319585 to your computer and use it in GitHub Desktop.
Save phstudy/b87546873d1cc6319585 to your computer and use it in GitHub Desktop.
install windows docker client
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