An open API service indexing awesome lists of open source software.

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.

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:

![screenshot](https://raw.githubusercontent.com/mviereck/x11docker/screenshots/screenshot-fvwm.png "FVWM desktop running in Xephyr window using x11docker")