https://github.com/mviereck/dockerfile-x11docker-cinnamon
Cinnamon desktop started with systemd
https://github.com/mviereck/dockerfile-x11docker-cinnamon
Last synced: 3 months ago
JSON representation
Cinnamon desktop started with systemd
- Host: GitHub
- URL: https://github.com/mviereck/dockerfile-x11docker-cinnamon
- Owner: mviereck
- License: mit
- Created: 2017-12-06T12:23:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T15:59:16.000Z (almost 4 years ago)
- Last Synced: 2025-06-29T16:43:15.140Z (4 months ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x11docker/cinnamon
Run Cinnamon desktop in docker. Based on Debian.
- Use [x11docker](https://github.com/mviereck/x11docker) to run GUI applications and desktop environments in docker images.
Run desktop with:
```
x11docker --desktop --gpu --init=systemd x11docker/cinnamon
```
Run single application:
```
x11docker x11docker/cinnamon nemo
```# Options:
- Persistent home folder stored on host with `--home`
- Shared host file or folder with `--share PATH`
- Hardware acceleration with option `--gpu`
- Clipboard sharing with option `--clipboard`
- ALSA sound support with option `--alsa`
- Pulseaudio sound support with option `--pulseaudio`
- Language locale settings with `--lang [=$LANG]`
- Printing over CUPS with `--printer`
- Webcam support with `--webcam`See `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/cinnamon
RUN apt-get update
RUN apt-get install -y midori
```# Screenshot
