Skip navigation
Install Containers on Windows Server 2016

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 -Force
Install-Package -Name docker -ProviderName DockerMsftProvider
Restart-Computer -Force

 

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish