unable to start tahoe
Author: jasonweeCreated Jun 4, 2026Updated Jun 4, 2026
I use the following docker command to run tahoe but it just hang as indicated in the image attachment.
docker run -it \
--device /dev/kvm \
-p 50922:10022 \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v "/home/jason/macos/OpenCorePkg:/home/arch/OSX-KVM/OpenCorePkg" \
-e "DISPLAY=${DISPLAY:-:0.0}" \
-e GENERATE_UNIQUE=true \
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
-e SHORTNAME=tahoe \
sickcodes/docker-osx:latest
docker run -it \
-m 10g \
--cpus="8.0" \
--device /dev/kvm \
-p 50922:10022 \
-v "/home/jason/macos/mac_hdd_ng.img:/image" \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=${DISPLAY:-:0.0}" \
-e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/custom/config-nopicker-custom.plist \
-e SHORTNAME=tahoe \
docker-osx:naked
can you explain what or where is the error so can boot into tahoe successfully?
Source: sickcodes/Docker-OSX