Ask HN: Best way to run Linux VMs on M1 Mac with fileSharing/shared networking?
Tried Parallels, but seemed to expensive.
Tried UTM, felt too slow.
And then, VMWare fusion has file sharing issues in my experience.
Are there any other programs that allow running VMs via virtualization (arm64) instead of emulation? Something like WSL for windows.
11 comments
[ 3.4 ms ] story [ 32.5 ms ] threadI’ve been using Docker on macos for the past couple of months and found it extremely flexible. Docker also supports mapping within-container locations to the host filesystem.
That said, if you specifically need to run a specific full operating system, then yes, something like VMWare or Parallels is likely to be more appropriate.
The key question is - why do you want full VMs? For example, you can use a Ubuntu base image and then use apt to install any other packages you need in order to get a full virtual server running.
I think it would be worth your while to go through the Docker tutorials to get a sense of what it is capable of.
Does your Linux guest have the "Use Hypervisor" setting turned on?