Mac OS Apple's "container" tool - WSL-style homebrew killer?

I think it's a WSL-style (lightweight VMs running the containers, yes seems counter-intuitive) implementation - should be more efficient than docker/podman etc...

Article and github etc say it uses an optimised VM with sub-second startup times... kind of like WSL uses Hyper-V mode in Win11 IINM?
 
Docker desktop on macos has multiple operating modes. You can leverage virtualization framework + Rosetta to run very light weight linux instances if needed, or do qemu virtualization(similar to wine) for running linux containers. There is also a third newer option called VMM but I have not tested it yet.
 
  • Like
Reactions: vishalrao
Yeah this is freshly baked nascent tool - long way to go before reaching WSL2 feature-set I guess - but promising as a WSL-like environment for linux app development?