Last active
January 28, 2019 14:43
-
-
Save talha/f24e579a08e346795a9ffcab70d75690 to your computer and use it in GitHub Desktop.
docker-desktop for windows box
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
# 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