x11docker/enlightenment
Enlightenment window manager. Based on Void Linux.
1.0K
Base image Enlightenment window manager (based on Void Linux)
docker hub does not provide automated builds for free anymore. So this image is becoming old and outdated. Instead of pulling this image, please build it locally yourself. x11docker can do this for you with:
x11docker --build x11docker/enlightenment
Run with hardware acceleration and init system runit:
x11docker --desktop --gpu --init=runit x11docker/enlightenment
--home
--sharedir DIR
--gpu
--clipboard
--alsa
--pulseaudio
--lang [=$LANG]
Look at x11docker --help
for further options.
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
enlightenment desktop running with x11docker:
docker pull x11docker/enlightenment