mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
vnc port / user password ? #106
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 @matti on GitHub (Jan 24, 2021).
But atleast with this the port is 5900
What's the user password?
@sickcodes commented on GitHub (Jan 24, 2021):
Build the VNC image as per the README, then use the new runtime volume argument:wget https://images2.sick.codes/mac_hdd_ng_auto.img.zstzstd -k mac_hdd_ng_auto.img.zstThen add this:bashdocker run -it
--device /dev/kvm
-p 50922:10022
-v "$PWD/mac_hdd_ng_auto.img":/image
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
sickcodes/docker-osx:naked
@sickcodes commented on GitHub (Feb 26, 2021):
I removed the runtime argument volume from VNC version.
But you can still use: