GithubHelp home page GithubHelp logo

docker-plasma5's Introduction

docker-plasma5

This Dockerfile will build a plasma5 desktop based on Kubuntu-next repo.

Try plasma5 beside your current desktop

Start a second X server

startx -display :1 -- :1 vt8
  • You can change vt8 with any tty available.
  • Also, if your X server is already running on :1, increment this value as you want.

Allow access to your X server

Assuming your new $DISPLAY value for this X server instance is :1 :

DISPLAY=':1' xhost +

Run Plasma5 in Docker

docker build -t plasma5 .

DISPLAY=':1' docker run \
    --rm=true \
    -e DISPLAY="$DISPLAY" \
    -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
    plasma5

Then go to tty8, Plasma5 is starting !

docker-plasma5's People

Contributors

wenzel avatar

Watchers

 avatar  avatar  avatar

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.