Originally created by @matti on GitHub (Jan 24, 2021).
VNC on localhost:8888 vnc version is inside a separate directory
But atleast with this the port is 5900
docker run -it \
--device /dev/kvm \
-p 5900:5900 sickcodes/docker-osx:auto
What's the user password?
Originally created by @matti on GitHub (Jan 24, 2021).
>VNC on localhost:8888 vnc version is inside a separate directory
But atleast with this the port is 5900
```
docker run -it \
--device /dev/kvm \
-p 5900:5900 sickcodes/docker-osx:auto
```
What's the user password?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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: