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
36.13k stars 1.78k forks source link

Ventura installation is pending #696

Open Tim-Cao opened 10 months ago

Tim-Cao commented 10 months ago

OS: Ubuntu 22.04 I ran the following command to install Ventura

docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -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' \
    sickcodes/docker-osx:ventura

Boot the macOS Base System (Press Enter) Click Disk Utility Erase the BIGGEST disk Click Reinstall macOS image

Tim-Cao commented 10 months ago

The similar installation from https://github.com/kholia/OSX-KVM in QEMU works but didn't work inside docker. image image