Install Containers on Windows Server 2016

Install containers on Windows Server 2016

John Savill

December 7, 2016

1 Min Read
Install Containers on Windows Server 2016

Q. How do I install Containers on Windows Server 2016?

A. Containers is a feature of Windows Server 2016 however to function it also requires the docker management layer and command line interface. This can be installed with the following PowerShell (which also enables the Windows Container feature).

Install-Module -Name DockerMsftProvider -Repository PSGallery -ForceInstall-Package -Name docker -ProviderName DockerMsftProviderRestart-Computer -Force

 

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like