https://github.com/wenzel/docker-plasma5
https://github.com/wenzel/docker-plasma5
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wenzel/docker-plasma5
- Owner: Wenzel
- Created: 2015-02-24T22:40:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T23:08:36.000Z (over 11 years ago)
- Last Synced: 2025-02-21T21:25:44.473Z (over 1 year ago)
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 !