Skip to content

Instantly share code, notes, and snippets.

@pascals-msft
Created January 26, 2017 12:19
Show Gist options
  • Save pascals-msft/e8d2ed53f24c592f7e79e6482c192014 to your computer and use it in GitHub Desktop.
Save pascals-msft/e8d2ed53f24c592f7e79e6482c192014 to your computer and use it in GitHub Desktop.
How to install Doker for Windows Server 2016
# admin PowerShell:
Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Install-Package -Name docker -ProviderName DockerMsftProvider
Restart-Computer -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment