moonglum / dotfiles

My work setup
https://codeberg.org/moonglum/dotfiles
MIT License
17 stars 2 forks source link

Replace Vagrant & VirtualBox #88

Closed moonglum closed 1 year ago

moonglum commented 2 years ago

VirtualBox and Vagrant both don‘t seem to get as much attention from their creators as they used to. Maybe it‘s time to check out some alternatives.

multipass

Fifth Element: Multipass

A solution from Canonical that “uses KVM on Linux, Hyper-V on Windows and HyperKit on macOS to run the VM with minimal overhead.”

I want to investigate if this is a better solution. First experiments:

multipass launch --cpus 4 --mem 8G --name dotfiles  22.04
multipass mount $HOME/Code/metal dotfiles:/home/ubuntu/Code/dotfiles
multipass info dotfiles
multipass list
multipass start dotfiles
multipass exec dotfiles -- bash
multipass stop dotfiles

lima

lima looks quite promising. It is not bound to Ubuntu, but seems to prefer it. Describes itself as WSL2, but for macOS.

https://github.com/lima-vm/lima

QEMU with HyperVisor Framework

vmcli

https://github.com/gyf304/vmcli