https://github.com/mviereck/dockerfile-x11docker-mate
Mate desktop
https://github.com/mviereck/dockerfile-x11docker-mate
Last synced: 6 months ago
JSON representation
Mate desktop
- Host: GitHub
- URL: https://github.com/mviereck/dockerfile-x11docker-mate
- Owner: mviereck
- License: mit
- Created: 2017-11-10T17:46:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T13:32:57.000Z (about 4 years ago)
- Last Synced: 2025-03-26T04:42:27.988Z (6 months ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 6
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x11docker/mate
Mate desktop in Docker image. Based on Debian
- Run Mate desktop in Docker.
- Use [x11docker](https://github.com/mviereck/x11docker) to run GUI applications and desktop environments in docker images.# Command examples:
- Single application: `x11docker x11docker/mate caja`
- Full desktop: `x11docker --desktop x11docker/mate`# 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/mate
RUN apt-get update
RUN apt-get install -y firefox-esr
```# Screenshot
