- Mastering Docker Enterprise
- Mark Panthofer
- 255字
- 2021-07-02 12:30:12
Windows 2016 Docker Engine install
On our Docker Enterprise subnet, we install a Windows Server 2016 node and initiate a remote desktop session. Open a standard PowerShell Terminal to install the DockerMsftProvider module and then install the Docker package. For the latest information about installing Docker Enterprise on Windows Server, visit https://beta.docs.docker.com/install/windows/docker-ee/#use-a-script-to-install-docker-ee:
Install-Module DockerMsftProvider -Force
Install-Package Docker -ProviderName DockerMsftProvider -Force
In the following PowerShell block, we check to see whether a restart is necessary. If it is, we issue the Restart-Computer command to restart Windows 2016 Server:
(Install-WindowsFeature Containers).RestartNeeded Restart-Computer
After a possible restart, we log back in to the server and look at the docker info command to see that the Docker Enterprise version is installed as shown in following Figure 6.
For our setup, we should see an 18.09 server running on Windows kernel 10. The docker info command show a lot of useful details about the Docker Engine and can be really helpful for troubleshooting:
PS> docker info
Here's the output from the docker info command. Please note the highlighted versions:

- Canvas LMS Course Design
- Cinema 4D R13 Cookbook
- Practical Data Wrangling
- Visual C# 2008開發(fā)技術(shù)實例詳解
- ServiceNow Cookbook
- STM32嵌入式微控制器快速上手
- The Python Workshop
- Mastering Game Development with Unreal Engine 4(Second Edition)
- Mastering pfSense
- 電氣控制與PLC原理及應(yīng)用(歐姆龍機型)
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 一步步寫嵌入式操作系統(tǒng)
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實例
- JRuby語言實戰(zhàn)技術(shù)
- Linux Shell Scripting Cookbook(Third Edition)