- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 290字
- 2021-06-24 16:53:57
LinuxKit LCOW and Hyper-V isolation
Contrary to the MobyLinuxVM approach, Linux Containers on Windows (LCOW) uses Hyper-V isolated containers to achieve similar results. LCOW is available for Windows 10, which comes with Docker for Windows 17.10, and for Windows Server, version 1709, which comes with a preview release of Docker Enterprise Edition.
The main difference compared to MobyLinuxVM is the possibility to natively run Linux and Windows containers side by side using the same Docker Daemon. This solution is the current strategy for supporting Linux containers running on Windows but as the long-term solution, in June 2019, Docker and Microsoft started a collaboration to integrate the Windows Subsystem for Linux version 2 as the primary Linux container runtime on Windows. Eventually, both LinuxKit LCOW and MobyLinuxVM with Docker Desktop for Windows will be retired.
The following diagram shows LCOW:
In order to enable LCOW support in Docker Desktop (version 18.02 or later), you have to enable the Experimental features option in Docker Settings > Daemon. Creating an LCOW container requires specifying the --platform linux parameter (if platform selection is unambiguous, that is, the image only exists in Linux, then it can be omitted in newer versions of Docker Desktop):
docker run -it --platform linux busybox /bin/sh
The preceding command will create a busybox Linux container and enter the interactive Bourne shell (sh).
("batteries included")with the LCOW feature enabled.
In this section, you learned how containers are currently supported on the Windows platform and the key differences between the provided runtimes. Now, we can start installing Docker Desktop for Windows.
- 微服務與事件驅動架構
- Java程序設計與實踐教程(第2版)
- Java加密與解密的藝術
- Mastering JBoss Enterprise Application Platform 7
- 單片機C語言程序設計實訓100例
- Access 2010數(shù)據(jù)庫應用技術(第2版)
- Webpack實戰(zhàn):入門、進階與調優(yōu)
- Procedural Content Generation for C++ Game Development
- 區(qū)塊鏈技術進階與實戰(zhàn)(第2版)
- Extending Unity with Editor Scripting
- MyBatis 3源碼深度解析
- 深入理解Kafka:核心設計與實踐原理
- Building Clouds with Windows Azure Pack
- Hands-On ROS for Robotics Programming
- Visual Basic程序設計