Home

Awesome

x11docker/trinity

Trinity desktop environment based on Debian. Trinity is the successor of KDE 3.

Command examples:

Options:

Look at x11docker --help for further options.

Extend base image

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

Screenshot

Trinity desktop in a Weston window running with x11docker:

screenshot