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

i can't connect in ssh on Catalina docker #591

Open dradenvandewind opened 1 year ago

dradenvandewind commented 1 year ago

start docker follow as 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 \ sickcodes/docker-osx:auto

and try connect in using ssh protocol . It s not work

can help me

kkkaamis commented 6 days ago

same problem, only using monterey. no idea how networking between pc and vm inside docker works :(