Skip to content

Instantly share code, notes, and snippets.

@luthermonson
Last active August 28, 2020 22:40
Show Gist options
  • Save luthermonson/8faa5d4eac64f893a34e42bcf15e610b to your computer and use it in GitHub Desktop.
Save luthermonson/8faa5d4eac64f893a34e42bcf15e610b to your computer and use it in GitHub Desktop.
One Liner Windows Server Docker EE Installer
Powershell -NoLogo -NonInteractive -Command "Install-PackageProvider -Name NuGet -Force; Install-Module DockerMsftProvider -Force; Install-Package Docker -ProviderName DockerMsftProvider -Force; Restart-Computer;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment