- 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:

- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- Verilog HDL數字系統設計入門與應用實例
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 數據庫原理與應用技術學習指導
- 物聯網與云計算
- 自動化控制工程設計
- Cloudera Administration Handbook
- 新編計算機圖形學
- Excel 2007常見技法與行業應用實例精講
- Visual C++項目開發案例精粹
- Visual Studio 2010 (C#) Windows數據庫項目開發
- INSTANT VMware vCloud Starter
- 生物3D打印:從醫療輔具制造到細胞打印
- 工業機器人入門實用教程
- 基于Proteus的PIC單片機C語言程序設計與仿真