Skip to content

Instantly share code, notes, and snippets.

@mbentley
Last active April 4, 2016 19:07
Show Gist options
  • Save mbentley/4485dba7d507606855d0 to your computer and use it in GitHub Desktop.
Save mbentley/4485dba7d507606855d0 to your computer and use it in GitHub Desktop.
Windows Server 2016 TP3 Docker Containers
### tp4
wget -uri https://aka.ms/tp4/Install-ContainerHost -OutFile C:\Install-ContainerHost.ps1
.\Install-ContainerHost.ps1
### tp5
wget -uri https://aka.ms/tp5/Install-ContainerHost -OutFile C:\Install-ContainerHost.ps1
Install-ContainerImage WindowsServerCore -ErrorAction Stop
.\Install-ContainerHost.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment