Skip to content

Instantly share code, notes, and snippets.

@talha
Last active January 28, 2019 14:43
Show Gist options
  • Save talha/f24e579a08e346795a9ffcab70d75690 to your computer and use it in GitHub Desktop.
Save talha/f24e579a08e346795a9ffcab70d75690 to your computer and use it in GitHub Desktop.
docker-desktop for windows box
# Description: Boxstarter Script
# docker-desktop for clean windows box
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# Install-BoxstarterPackage -PackageName <URL-TO-RAW-GIST> -DisableReboots
Update-ExecutionPolicy Unrestricted
Disable-UAC
choco install docker-desktop
choco install Containers -source windowsFeatures
choco install Microsoft-Hyper-V-All -source windowsFeatures
choco install python3 --version 3.7.2
Enable-UAC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment