Docker Engine - Enterprise enables native Docker containers on Windows Server. Windows Server 2016 and later versions are supported. The Docker Engine - Enterprise installation package includes everything you need to run Docker on Windows Server. This topic describes pre-install considerations, and how to download and install Docker Engine - Enterprise.
Release notes
System requirements
Windows OS requirements around specific CPU and RAM requirements also need to be met as specified in the Windows Server Requirements. This provides information for specific CPU and memory specs and capabilities (instruction sets like CMPXCHG16b, LAHF/SAHF, and PrefetchW, security: DEP/NX, etc.).
- OS Versions:
- Long Term Service Channel (LTSC) - 2016 and 2019 (Core and GUI)
- Semi-annual Channel (SAC) - 1709, 1803 and 1809
- RAM: 4GB
- Disk space: 32 GB minimum recommendation for Windows. Docker recommends an additional 32 GB of space for base images for ServerCore and NanoServer along with buffer space for workload containers running IIS, SQL Server and .Net apps.
Install Docker Engine - Enterprise
To install the Docker Engine - Enterprise on your hosts, Docker provides a OneGet PowerShell Module.
-
Open an elevated PowerShell command prompt, and type the following commands.
Install-Module DockerMsftProvider -Force Install-Package Docker -ProviderName DockerMsftProvider -Force -
Check if a reboot is required, and if yes, restart your instance:
(Install-WindowsFeature Containers).RestartNeededIf the output of this command is Yes, then restart the server with:

本文档详细介绍了在Windows Server 2016及更高版本上安装Docker Engine - Enterprise的步骤,包括系统需求、安装方法、更新、卸载等。并提到了FIPS 140-2加密模块支持和特定版本的安装。同时,提供了如何准备Windows主机以用于UCP的指导。
最低0.47元/天 解锁文章
2983

被折叠的 条评论
为什么被折叠?



