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/721fde498ae7e2e17c5c44a9d8e07412 to your computer and use it in GitHub Desktop.
Save TerribleDev/721fde498ae7e2e17c5c44a9d8e07412 to your computer and use it in GitHub Desktop.
setup docker on older windows machines
# allow scripts to run
set-executionpolicy unrestricted -Force
# install chocolatey
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# install virtualbox docker, docker-machine, docker-compose
choco install -y virtualbox docker docker-machine docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment