Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 745 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 745 Bytes

KDE neon Docker images - all packages

Updated daily with the latest from KDE neon, itself automatically updated with the latest KDE software.

Running

Flavours available are: kdeneon/all:dev-unstable, kdeneon/all:dev-stable, kdeneon/all:user, kdeneon/all:user-lts

For flavours with only desktop and basic apps installed see kdeneon/plasma.

By default it will run a full session with startkde on DISPLAY=:1, you can use Xephyr as an X server window.

Xephyr -screen 1024x768 :1 &
docker run -v /tmp/.X11-unix:/tmp/.X11-unix kdeneon/all:dev-unstable

Or you can tell it to run on DISPLAY=:0 and run a single app

xhost +
docker run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=:0 kdeneon/all:dev-unstable dolphin