https://github.com/mviereck/dockerfile-x11docker-enlightenment
enlightenment desktop with runit init system, based on void linux
https://github.com/mviereck/dockerfile-x11docker-enlightenment
Last synced: 6 months ago
JSON representation
enlightenment desktop with runit init system, based on void linux
- Host: GitHub
- URL: https://github.com/mviereck/dockerfile-x11docker-enlightenment
- Owner: mviereck
- License: mit
- Created: 2017-12-06T00:06:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T21:52:23.000Z (over 3 years ago)
- Last Synced: 2025-01-31T06:39:36.463Z (8 months ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x11docker/enlightenment
Base image Enlightenment window manager (based on [Void Linux](https://www.voidlinux.org/))
- Run enlightenment desktop in docker.
- Use x11docker to run GUI applications and desktop environments in docker images.
- Get [x11docker from github](https://github.com/mviereck/x11docker)# Command example
Run with hardware acceleration and init system runit:
```
x11docker --desktop --gpu --init=runit x11docker/enlightenment
```# 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/enlightenment
RUN xbps-install -Suy midori glibc
```# Screenshot
enlightenment desktop running with x11docker:
