/ Sérendipité / Code / Lima, un équivalent de...

Lima, un équivalent de WSL2 pour MacOS

https://lima-vm.io

Mise en place d'une VM Linux Debian sur un hôte MacOS, avec montage des fichiers de l'utilisateur dans l'OS invité et port forwarding automatique:

/Users/toto : brew install lima

[... blah blah blah ...]

/Users/toto : limactl start default
? Creating an instance "default" Choose another example (docker, podman, archlinux, fedora, ...)
? Choose an example debian
? Creating an instance "debian" Proceed with the current configuration

[... blah blah blah ...]

/Users/toto : limactl shell debian
toto@lima-debian:/Users/toto$ sudo apt install htop

[... blah blah blah ...]

toto@lima-debian:/Users/toto$