https://github.com/mviereck/dockerfile-x11docker-fvwm
FVWM desktop on alpine. Petite image size.
https://github.com/mviereck/dockerfile-x11docker-fvwm
Last synced: 6 months ago
JSON representation
FVWM desktop on alpine. Petite image size.
- Host: GitHub
- URL: https://github.com/mviereck/dockerfile-x11docker-fvwm
- Owner: mviereck
- License: mit
- Created: 2018-03-17T13:03:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T21:13:59.000Z (over 5 years ago)
- Last Synced: 2025-01-31T06:39:36.894Z (8 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x11docker/fvwm
FVWM desktop on alpine. Petite image size.
- Run FVWM 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/fvwm xterm`
- Full desktop: `x11docker --desktop x11docker/fvwm`
- Full desktop with init system openrc: `x11docker --desktop --init=openrc x11docker/fvwm`# Options:
- Persistent home folder stored on host with `--home`
- Shared host file or folder with `--share PATH`
- Clipboard sharing with option `--clipboard`
- Sound support with option `--alsa`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/fvwm
RUN apk-add --no-cache midori
```
# Screenshot
FVWM desktop in a Xephyr window running with x11docker:
