- 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.
- Go Web編程
- GAE編程指南
- JavaScript全程指南
- Rust實戰
- Scratch 3游戲與人工智能編程完全自學教程
- iOS應用逆向工程(第2版)
- Hands-On Automation Testing with Java for Beginners
- C語言程序設計上機指導與習題解答(第2版)
- Learning R for Geospatial Analysis
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- 計算機應用基礎案例教程
- Scratch3.0趣味編程動手玩:比賽訓練營
- Red Hat Enterprise Linux Troubleshooting Guide
- Visual Studio Code 權威指南
- C語言程序設計實訓教程與水平考試指導