Skip to content

mviereck/dockerfile-x11docker-lumina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

x11docker/lumina

Run Lumina desktop in docker.

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

About

Lumina desktop on Void Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published