dockur / windows-arm

Windows for ARM in a Docker container.
MIT License
630 stars 61 forks source link

Installing issue #130

Closed zlii0324 closed 1 month ago

zlii0324 commented 1 month ago

Is there no existing issue for this?

Machine specifications

Macbook Pro M1 Pro chips

Operating system

MacOS

Docker version

20.10.23

Description

Hi, I'm trying to install it on my m chips macbook, which don't have kvm.

Docker compose

services: windows: container_name: windows image: dockurr/windows-arm environment: VERSION: "win11" devices:

Docker log

williamli@lizhanghongruis-MacBook-Pro win % docker-compose up -d
[+] Running 1/2 ⠿ Network win_default Created 0.0s ⠿ Container windows Starting 0.2s Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory

Screenshots (optional)

No response

kroese commented 1 month ago

Then remove this line

devices:
- /dev/kvm

but not sure if it will be very useful without KVM.

kroese commented 1 month ago

Closing because of no response.