Skip to content

ARMG0268XZ59-Docker-Arch-Linux-NoVnc-Kde. A docker image of Arch Linux with KDE desktop and VNC support.

License

Notifications You must be signed in to change notification settings

ARMG0268XZ59/M9ARMG0268XZ59-Docker-Arch-Linux-NoVnc-Kde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-archlinux-vnc

Docker Cloud Build Status Docker Image Size

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

Screenshots

Figure 1

Pull image

docker pull dcsunset/archlinux-vnc

The tag can be one of those listed above.

Usage

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.

Exposed ports

  • 5900: Used for VNC interface
  • 6080: Used for noVNC Web UI

Installed applications

  • plasma-meta
  • kde-accessibility-meta
  • kde-system-meta
  • konsole
  • tigervnc
  • noVNC
  • wget
  • vim
  • chromium

Build

docker build -t archlinux-vnc .

FAQ

Scaling

By default, noVNC's scaling mode is set to None. It can be changed in the noVNC panel easily.

License

MIT License

About

ARMG0268XZ59-Docker-Arch-Linux-NoVnc-Kde. A docker image of Arch Linux with KDE desktop and VNC support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 78.3%
  • Shell 21.7%