x11docker/kde-plasma

By x11docker

Updated about 3 years ago

KDE Plasma desktop. Based on Debian.

Image
5

2.0K

x11docker/kde-plasma

Run KDE 5 Plasma desktop in a Docker container.

Please build image instead of pulling it

docker hub does not provide automated builds for free anymore. So this image is becoming old and outdated. Instead of pulling this image, please build it locally yourself. x11docker can do this for you with:

x11docker --build x11docker/kde-plasma

Examples:

  • Desktop:
x11docker --desktop --gpu --init=systemd -- x11docker/kde-plasma
  • Single application (terminal):
x11docker x11docker/kde-plasma konsole
  • Single application in Wayland:
x11docker --wayland --dbus x11docker/kde-plasma konsole 
  • Plasma destop as nested Wayland compositor:
x11docker --gpu --init=systemd -- --cap-add=SYS_RESOURCE -- x11docker/kde-plasma startplasmacompositor
  • Plasma Wayland-only session without X11 in kwin_wayland from host:
x11docker --gpu --kwin x11docker/kde-plasma plasmashell

Options:

  • Hardware acceleration with option --gpu
  • Persistent home folder stored on host with --home
  • Shared host folder with --sharedir DIR
  • Clipboard sharing with option --clipboard
  • Sound support with option --alsa or --pulseaudio
  • Language locale settings with --lang [=$LANG]

Look at x11docker --help for further options.

Screenshot

screenshot

Docker Pull Command

docker pull x11docker/kde-plasma