mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 00:25:48 +03:00
[GH-ISSUE #135] vnc port / user password ? #106
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/135
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: