Run Cinnamon desktop in docker. Based on Debian.
Run desktop with:
x11docker --desktop --gpu --init=systemd x11docker/cinnamon
Run single application:
x11docker x11docker/cinnamon nemo
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/cinnamon
--home--share PATH--gpu--clipboard--alsa--pulseaudio--lang [=$LANG]--printer--webcamSee x11docker --help for further options.
To add your desired applications, create your own Dockerfile with this image as a base. Example:
FROM x11docker/cinnamon
RUN apt-get update
RUN apt-get install -y midori

Content type
Image
Digest
Size
448.7 MB
Last updated
over 4 years ago
docker pull x11docker/cinnamon