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.2k stars 2.47k forks source link

Can't pass from macOS utilities #744

Closed ppazos closed 6 months ago

ppazos commented 7 months ago
docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    sickcodes/docker-osx:latest

I see the macOS GUI, the issue is that it pops a macOS utilities window and I can't do anything from there, it's not showing the desktop.

Screenshot_2024-02-27_04-53-42

ppazos commented 6 months ago

I saw the video and it seems the installation should be done, though those steps seem missing from the README.

Though I face this issue were the installation is missing on restart https://github.com/sickcodes/Docker-OSX/issues/745