86 words, 1 min read
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 2and then
multipass shell devvmgives 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.