- Docker on Windows
- Elton Stoneman
- 120字
- 2021-07-02 12:47:51
Windows versions
Applications in Windows Server containers run processes directly on the host, and the version of Windows on your server needs to match the version of Windows inside the container. All of the examples in this book are based on containers that use Windows Server 2019, which means you need a Windows Server 2019 machine to run them – or Windows 10 with the 1809 update (the winver command will tell you which update version you have).
You can run containers built for a different version of Windows if you run them as Hyper-V containers. This gives you backward-compatibility, so you can run a container that was built for Windows Server 2016 on a machine running Windows Server 2019.
推薦閱讀
- 30天自制操作系統
- Implementing Cisco UCS Solutions
- Hands-On DevOps with Vagrant
- Windows Phone 7.5 Data Cookbook
- Python基礎教程(第3版)
- Ceph分布式存儲實戰
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- Hands-On UX Design for Developers
- CentOS 6 Linux Server Cookbook
- 鴻蒙操作系統設計原理與架構
- 嵌入式微系統
- Docker容器技術與應用
- Linux內核分析及應用
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- 鴻蒙HarmonyOS應用開發入門