Because why not?
This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-09-18 11:49:47 -05:00
config feat: add xstartup script and config 2020-05-16 20:47:58 -07:00
screenshots [ImgBot] Optimize images 2020-09-18 16:29:55 +00:00
.gitignore chore: update gitignore 2020-05-16 20:47:41 -07:00
Dockerfile Update Dockerfile 2020-09-18 11:31:24 -05:00
LICENSE Update LICENSE 2020-09-18 11:35:28 -05:00
README.md Update README.md 2020-09-18 11:34:42 -05:00
start.sh feat: add xstartup script and config 2020-05-16 20:47:58 -07:00

Plasma in Arch in Docker

Because why not?

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 ta180m/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 ta180m/plasma-in-arch-in-docker

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-system-meta
  • konsole
  • tigervnc
  • noVNC
  • wget
  • firefox

Build

docker build -t plasma-in-arch-in-docker .

FAQ

Scaling

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