Awesome
x11docker/enlightenment
Base image Enlightenment window manager (based on Void Linux)
- Run enlightenment desktop in docker.
- Use x11docker to run GUI applications and desktop environments in docker images.
- Get x11docker from github
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: