GithubHelp home page GithubHelp logo

dockerfile-x11docker-trinity's Introduction

x11docker/trinity

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

  • Run Trinity desktop in Docker.
  • Use x11docker to run GUI applications and desktop environments in docker images.

Command examples:

  • Single application: x11docker x11docker/trinity konquerer
  • Full desktop: x11docker --desktop x11docker/trinity

Options:

  • Persistent home folder stored on host with --home
  • Shared host file or folder with --share PATH
  • Hardware acceleration with option --gpu
  • Clipboard sharing with option --clipboard
  • ALSA sound support with option --alsa
  • Pulseaudio sound support with option --pulseaudio
  • Language locale settings with --lang [=$LANG]
  • Printing over CUPS with --printer
  • Webcam support with --webcam

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.