IT漫步

技术生活札记©Yaohui

Install Docker EE on Windows Server by Powershell

Enable-WindowsOptionalFeature -Online -FeatureName containers –All

Install-Module -Name DockerMsftProvider -Repository PSGallery –Force

Install-Package -Name docker -ProviderName DockerMsftProvider –verbose

Leave a Reply

Your email address will not be published.

Proudly powered by WordPress