A docker image of Arch Linux with KDE desktop and VNC support.
6.6K
A docker image of Arch Linux with KDE desktop and VNC support.

docker pull dcsunset/archlinux-vnc
The tag can be one of those listed above.
Simple usage:
docker run -d -p 5900:5900 -p 6080:6080 -e VNC_PASSWD=password dcsunset/archlinux-vnc
Then visit http://localhost:6080 to visit noVNC UI. Or you can use a different VNC client (like TigerVNC client) and connect to localhost:5900.
If VNC_PASSWD is not set,
then the security type of vncserver is set to None,
it is insecure when exposing the container on the Internet.
docker build -t archlinux-vnc .
By default, noVNC's scaling mode is set to None. It can be changed in the noVNC panel easily.
MIT License
Content type
Image
Digest
Size
1.5 GB
Last updated
about 6 years ago
docker pull dcsunset/archlinux-vnc