- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 179字
- 2021-06-24 16:53:56
LinuxKit and MobyLinuxVM
Docker for Windows (which was the initial name of Docker Desktop for Windows at that time) eventually came with a dedicated Hyper-V virtual machine based on LinuxKit named MobyLinuxVM. The purpose of this virtual machine is to provide a minimal runtime for Linux containers that can technically be run side by side with Windows containers.
In this solution, MobyLinuxVM runs its own Docker daemon and technically acts as a separate container host enclosed inside a virtual machine. Similarly, Windows has its own Docker Daemon that's responsible for Windows containers and also provides the Docker Client (CLI), which communicates with both Docker Daemons. This architecture can be seen in the following diagram:
Now, let's take a look at a more up-to-date approach for running Linux containers on Windows: LinuxKit LCOW.
- Learn TypeScript 3 by Building Web Applications
- 自己動手寫搜索引擎
- Learning Chef
- Building a Home Security System with Raspberry Pi
- Learning RxJava
- MATLAB圖像處理超級學習手冊
- Spring+Spring MVC+MyBatis整合開發實戰
- The DevOps 2.5 Toolkit
- Mastering Linux Security and Hardening
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- 零基礎學C語言程序設計
- Learning Image Processing with OpenCV
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 高性能PHP 7
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發