https://github.com/mviereck/dockerfile-x11docker-lumina
Lumina desktop on Void Linux
https://github.com/mviereck/dockerfile-x11docker-lumina
Last synced: 7 months ago
JSON representation
Lumina desktop on Void Linux
- Host: GitHub
- URL: https://github.com/mviereck/dockerfile-x11docker-lumina
- Owner: mviereck
- License: mit
- Created: 2017-12-29T22:30:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T00:29:56.000Z (over 6 years ago)
- Last Synced: 2025-01-31T06:39:33.429Z (9 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x11docker/lumina
Run [Lumina desktop](https://lumina-desktop.org/) in docker.
- Use x11docker to run image.
- Get x11docker from github: https://github.com/mviereck/x11docker# Command examples:
- Single application: `x11docker x11docker/lumina xterm`
- Full desktop: `x11docker --desktop x11docker/lumina`# Options:
- Persistent home folder stored on host with `--home`
- Shared host folder with `--sharedir DIR`
- Hardware acceleration with option `--gpu`
- Clipboard sharing with option `--clipboard`
- Sound support with option `--alsa`
- With pulseaudio in image, sound support with `--pulseaudio`
- Language locale settings with `--lang [=$LANG]`Look at `x11docker --help` for further options.
# Extend base image
To add your desired applications, create your own Dockerfile with this image as a base. Example:
```
FROM x11docker/lumina
RUN xbps-install -Suy midori glibc
```# Screenshot
