https://github.com/mviereck/dockerfile-x11docker-xfce
Base image Xfce desktop
https://github.com/mviereck/dockerfile-x11docker-xfce
Last synced: 3 months ago
JSON representation
Base image Xfce desktop
- Host: GitHub
- URL: https://github.com/mviereck/dockerfile-x11docker-xfce
- Owner: mviereck
- License: mit
- Created: 2016-09-24T18:55:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T07:32:30.000Z (over 1 year ago)
- Last Synced: 2025-04-12T09:51:47.073Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 32.2 KB
- Stars: 44
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# x11docker/xfce
XFCE desktop in Docker image. Based on Debian.
- Run XFCE 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/xfce thunar`
- Full desktop: `x11docker --desktop x11docker/xfce`# 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`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/xfce
RUN apt-get update
RUN apt-get install -y midori
```
# Screenshot
XFCE desktop in an Xnest window running with x11docker:
