dockur / macos

OSX (macOS) inside a Docker container.
MIT License
9.01k stars 326 forks source link

on window11 with Snapdragon CPU got an error gathering device information while adding custom device "/dev/kvm": no such file or directory #140

Closed guantik closed 2 hours ago

guantik commented 13 hours ago

Operating system

windows11 22631.4460

Description

The CPU version is Snapdragon (TM) 8cx Gen 2. Using the DockerDesktop for windows(arm) version v27.3.1.

Docker compose

services: macos: image: dockurr/macos container_name: macos environment: VERSION: "15" DISK_SIZE: "128G" RAM_SIZE: "8G" CPU_CORES: "4" devices:

Docker log

PS D:\Programs\Docker\apps\macos> docker-compose up -d [+] Running 8/8 ✔ macos Pulled25.8s ✔ 0285d69bcdbd Pull complete18.8s ✔ af6303568cc9 Pull complete20.2s ✔ 338d409b600b Pull complete20.2s ✔ 428878222252 Pull complete20.2s ✔ d5f1e3a79f9a Pull complete20.3s ✔ c287bff0861d Pull complete20.3s ✔ cc3847659ea6 Pull complete20.5s [+] Running 2/2 ✔ Network macos_default
Created0.1s

[+] Running 2/3ing0.4s ✔ Network macos_default Created0.1s

[+] Running 2/3ing0.5s ✔ Network macos_default Created0.1s

[+] Running 2/3ing0.6s ✔ Network macos_default Created0.1s

[+] Running 2/3ing0.7s ✔ Network macos_default Created0.1s

[+] Running 2/3ing0.8s ✔ Network macos_default Created0.1s Created0.1s

Screenshots (optional)

No response

kroese commented 13 hours ago

This container only supports x64 MacOS and not ARM64.