We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Parallels works well for me, but I recently found an even more โlightweightโ approach to quickly set up an Ubuntu VM on my Mac.
The following one-liner will create a VM named
devvm
running Ubuntu 24.04 (โnobleโ):multipass launch noble --name devvm --memory 4G --disk 20G --cpus 2
and then
multipass shell devvm
gives me a terminal session in the VM.
And this is a proper VM; e.g. I can host Docker containers inside of it. And there is only a tiny bit of preliminary setup.
continue reading on coppieters.nz
โ ๏ธ This post links to an external website. โ ๏ธ
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.