mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
i can't connect in ssh on Catalina docker #439
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dradenvandewind on GitHub (Dec 14, 2022).
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 on GitHub (Jun 26, 2024):
same problem, only using monterey. no idea how networking between pc and vm inside docker works :(