Skip to content

Instantly share code, notes, and snippets.

@TerribleDev
Last active January 19, 2017 11:17
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 TerribleDev/ad0d19734cbf0b5717a2d4e6fef7f011 to your computer and use it in GitHub Desktop.
Save TerribleDev/ad0d19734cbf0b5717a2d4e6fef7f011 to your computer and use it in GitHub Desktop.
setup win8/server2012 with docker-machine
set-executionpolicy unrestricted -Force
dism /Online /Enable-Feature:Microsoft-Hyper-V /All
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y docker docker-machine docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment