-
Notifications
You must be signed in to change notification settings - Fork 796
Closed
Description
Operating system
macOS 15.4.1
Description
Im running macOS 15.4.1 as the host machine, and need to run MacOS 13 within Docker on that host machine.
Essentially I need to run an old version of the MacOS for my needs.
However, the compatibility table in your README for KVM shows no support for Mac.
Yet further down it says please run this on Apple hardware to make sure you abide by the Apple user agreement.
Seems to be contradicting itself, so I'm guessing im reading the table wrong as surely there must be support to run on Mac.
Docker compose
docker run -it --rm --name macos -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/macos:/storage" --stop-timeout 120 dockurr/macos
Docker log
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
docker: Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory
Screenshots (optional)
No response
Metadata
Metadata
Assignees
Labels
No labels