Install Xcode in OSX:Naked & mac_hdd_ng_auto_monterey.img #401

Open
opened 2025-12-29 00:26:27 +01:00 by adam · 0 comments
Owner

Originally created by @Sondro on GitHub (Sep 21, 2022).

System: Debian 11.

Docker command:

docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v "${PWD}/mac_hdd_ng_auto_monterey.img:/image" \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -e "USERNAME=user" \
    -e "PASSWORD=alpine" \
    -e GENERATE_UNIQUE=true \
    -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/custom/config-nopicker-custom.plist \
    sickcodes/docker-osx:naked

App Store says the version is below 12.5 (when the system info says it's 12.6).

The run img saves settings, but can't use the apple updater (saying there is no internet).

I tried installing the sickcodes/docker-osx:monterey, but it just hangs on install for 12+hours @ 6+mb/sec (even though the Safari browser works).

If you restart, nothing will be installed.

It also does not recognize the above .img either.

I assume something in the container or img needs to be changed, but I don't know what.

Would be nice if this could be a perma file change available for download since I've seen multiple issues that Monterey hangs/gets stuck on install & won't work.

Originally created by @Sondro on GitHub (Sep 21, 2022). System: Debian 11. # Docker command: ``` docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v "${PWD}/mac_hdd_ng_auto_monterey.img:/image" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e "USERNAME=user" \ -e "PASSWORD=alpine" \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/custom/config-nopicker-custom.plist \ sickcodes/docker-osx:naked ``` App Store says the version is below 12.5 (when the system info says it's 12.6). The run img saves settings, but can't use the apple updater (saying there is no internet). I tried installing the `sickcodes/docker-osx:monterey`, but it just hangs on install for 12+hours @ 6+mb/sec (even though the Safari browser works). If you restart, nothing will be installed. It also does not recognize the above .img either. I assume something in the container or img needs to be changed, but I don't know what. Would be nice if this could be a perma file change available for download since I've seen multiple issues that Monterey hangs/gets stuck on install & won't work.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#401