Replies: 2 comments 12 replies
-
It might be possible to do something similar to WSL2 with it, but it might be more "plain" and not support systemd and containers for the first iterations... (despite the name, it launches virtual machines and not containers) Lima launches a regular cloud image for each instance, whereas WSL2 launches one optimized virtual machine for all "distributions" (system containers). Apple Containerization launches one MicroVM* for each "container" (virtual machine), and is not sharing the kernel. * See also https://firecracker-microvm.github.io/ and https://katacontainers.io/ Note: Apple is using the kata-containers kernel by default, in their documentation. |
Beta Was this translation helpful? Give feedback.
-
Lima can support new instance type "container" implemented using a virtualization container, so it can manage more workload types. But I'm not use how lima vm can map to much limited virtualization container instance. Also not clear what is the use case. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to integrate lima with Apple containers ?
https://github.com/apple/container
Beta Was this translation helpful? Give feedback.
All reactions