sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
46.74k stars 2.53k forks source link

Base system disk do not appear #784

Open arturmoraes opened 3 months ago

arturmoraes commented 3 months ago

image

WSL2 Ubuntu 24 - Sonoma

Help me!

docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -v /mnt/wslg/.X11-unix:/tmp/.X11-unix \ -e RAM=8 \ -e NETWORKING=vmxnet3 \ -e EXTRA='-smp 12,sockets=6,cores=2' \ -e GENERATE_SPECIFIC=true \ -e SERIAL="C02TW0WAHX87" \ -e BOARD_SERIAL="C027251024NJG36UE" \ -e UUID="5CCB366D-9118-4C61-A00A-E5BAF3BED451" \ -e MAC_ADDRESS="A8:5C:2C:9A:46:2F" \ -e NOPICKER=true \ -e DEVICE_MODEL="iMacPro1,1" \ -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' \ sickcodes/docker-osx:sonoma

nashaofu commented 2 months ago

Same issue