Docker-OSX icon indicating copy to clipboard operation
Docker-OSX copied to clipboard

anyone getting validation failed when running Sequoia?

Open senpai0807 opened this issue 5 months ago • 2 comments

i just ran

docker run -it
--device /dev/kvm
-p 50923:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e CPU='Haswell-noTSX'
-e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on'
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist'
-e SHORTNAME=sequoia
sickcodes/docker-osx:latest

and everything works fine, but I can't seem to log into my apple account

senpai0807 avatar Sep 17 '25 00:09 senpai0807

Same problem. Even i could install xcode but no apple id

NahuelUTNPigui avatar Oct 13 '25 18:10 NahuelUTNPigui

I was facing same error. Bellow patch worked for me, but it has to be run after each shutdown.

https://github.com/akshaynexus/macos-patcher-bt-vmhide/tree/main

@sickcodes Maybe this can be included in base image.

sivo1981 avatar Nov 05 '25 11:11 sivo1981