visual display #227

Closed
opened 2025-12-29 00:20:52 +01:00 by adam · 1 comment
Owner

Originally created by @alicera on GitHub (Jul 20, 2021).

I have two computers. And A computer install the docker-OSX.
I try to ssh -X A@127.0.0.2 and command
docker run -it --device /dev/kvm -p 50923:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" sickcodes/docker-osx:auto
with B computer.

How can I use the B computer to open the visual display in A computer?

ssh: connect to host 127.0.0.1 port 10022: Connection refused
Disk is being copied between layers. Repeating until able to copy SSH key into OSX...
/usr/sbin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/arch/.ssh/id_docker_osx.pub"

Originally created by @alicera on GitHub (Jul 20, 2021). I have two computers. And A computer install the docker-OSX. I try to ssh -X A@127.0.0.2 and command docker run -it --device /dev/kvm -p 50923:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" sickcodes/docker-osx:auto with B computer. How can I use the B computer to open the visual display in A computer? ssh: connect to host 127.0.0.1 port 10022: Connection refused Disk is being copied between layers. Repeating until able to copy SSH key into OSX... /usr/sbin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/arch/.ssh/id_docker_osx.pub"
adam closed this issue 2025-12-29 00:20:52 +01:00
Author
Owner

@sickcodes commented on GitHub (Jul 21, 2021):

You can use VNC to access from another computer: https://github.com/sickcodes/Docker-OSX#building-a-headless-container-which-allows-insecure-vnc-on-localhost-for-local-use-only

@sickcodes commented on GitHub (Jul 21, 2021): You can use VNC to access from another computer: https://github.com/sickcodes/Docker-OSX#building-a-headless-container-which-allows-insecure-vnc-on-localhost-for-local-use-only
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#227