x11docker/lumina

By x11docker

Updated over 3 years ago

Lumina desktop. Based on Void Linux.

Image
0

564

x11docker/lumina

Run Lumina desktop in docker.

Please build image instead of pulling it

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/lumina

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

screenshot

Docker Pull Command

docker pull x11docker/lumina