https://github.com/mviereck/dockerfile-x11docker-kde-plasma
KDE Plasma desktop
https://github.com/mviereck/dockerfile-x11docker-kde-plasma
Last synced: 7 months ago
JSON representation
KDE Plasma desktop
- Host: GitHub
- URL: https://github.com/mviereck/dockerfile-x11docker-kde-plasma
- Owner: mviereck
- License: mit
- Created: 2019-09-06T20:32:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T20:35:05.000Z (about 6 years ago)
- Last Synced: 2025-01-31T06:39:35.350Z (8 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x11docker/kde-plasma
Run KDE 5 Plasma desktop in a Docker container.
- Use x11docker to run image.
- Get x11docker from github: https://github.com/mviereck/x11docker# 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
