|
|
|
|
|
by TheDong
1751 days ago
|
|
That's a reductive way to phrase it, but more or less yes. It's arguable if the container is "virtualized linux" as they all share a single linux kernel. In reality there's one virtual machine, one linux kernel, and many linux userspaces (one per container), which is kinda the whole point of containers. Over docker+linux, the virtual machine is the only additional layer. fwiw, I personally don't use macOS, so I've only got virtualized linux (containers) run by docker running on linux running on my hardware. Are you trying to make a point or something here? Like, yes, we've built layers of abstraction that include different types of virtualization (VMs and containers), and they compose. Is that all you're observing? |
|
Nah, just curious/intrigued by how these stack.
OS-level virtualization is very much a thing. I'd be interesting to compare this to the approach taken by Docker Dekstop for Mac. I bet they do something quite similar (hypervisor-based virtualization like Virtualbox) - nothing fancy like WSL1 that I believe runs a sort of "tortured" Linux kernel inside the NT kernel.