Trinity desktop environment based on Debian. Trinity is the successor of KDE 3.
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/trinity
x11docker x11docker/trinity konquererx11docker --desktop x11docker/trinity--home--share PATH--gpu--clipboard--alsa--pulseaudio--lang [=$LANG]--printer--webcamLook at x11docker --help for further options.
This image contains a lot of standard applications; more are available in Trinity repository.
To add further desired applications, create your own Dockerfile based on x11docker/trinity.
Example:
# Trinity with kaffeine, vlc and pulseaudio
FROM x11docker/trinity
RUN apt-get update
RUN apt-get install -y kaffeine-trinity vlc libpulse0
Trinity desktop in a Weston window running with x11docker:

Content type
Image
Digest
Size
888.2 MB
Last updated
over 4 years ago
docker pull x11docker/trinity