Closed geerlingguy closed 3 days ago
It seems that the fallback download mirror at massgrave.dev changed the URL for the ARM image. So I will update the URL in the next version.
As for why the direct Microsoft download failed, it's hard to tell, might be some temporary issue on their end.
Be aware that the slowdown without KVM will be pretty big. It will basicly need to emulate every instruction without hardware acceleration. This container is more aimed at Raspberry Pi's (which have KVM).
Definitely, just wanted to see the macOS experience as a point of comparison :)
当然,只是想看看 macOS 的体验作为比较点 :)
why the speed you downloaded the iso was so fast? @geerlingguy
@Whitelee20151004 - I guess good mirrors and a fiber Internet connection?
Operating system
macOS Sonoma 14.6.1
Description
I ran
docker run -it --rm -p 8006:8006 --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows-arm
, and got a couple error messages:Since it asked me to report the issue, I thought I would :)
I also got the KVM error message:
But added
-e KVM=N
to get past that. I'm okay with a slowdown to test this on macOS ;)The second time I tried, it did not have an error downloading from Microsoft's server.
Docker compose
docker run -it --rm -p 8006:8006 -e KVM=N --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows-arm
Docker log
N/A
Screenshots (optional)
No response