Hacker News new | ask | show | jobs
by dalacv 2007 days ago
Can this run a container of windows on Mac M1?
3 comments

Can you run a container of Windows on an x86 machine? The answer is no, and for the same reason it won’t work on ARM. A “container” is not a virtual machine, you can only run the same Linux executables you would on a normal Linux system.

That said, as another person commented, you can run Windows for ARM in a VM on an Apple M1.

You can run Windows For ARM on M1 Macs right now, I doubt you can get docker to do this without lots of manual effort.
Got a link to proof of this?
Question, is there persistence with that? Or are changes lost once it is closed?
I've been using the ACVM app with. Windows 10 VMDK file. Changes are indeed persisted to the VMDK
No nested virtualisation present currently, as such no virtualization support provided to VMs, so on Windows on an M1 only WSL1 works. Docker Linux containers on Windows require WSL2 instead.

Docker Windows containers aren't available on arm64 Windows yet, but stay tuned...