https://github.com/mviereck/dockerfile-x11docker-fluxbox
Base image fluxbox window manager
https://github.com/mviereck/dockerfile-x11docker-fluxbox
Last synced: 6 months ago
JSON representation
Base image fluxbox window manager
- Host: GitHub
- URL: https://github.com/mviereck/dockerfile-x11docker-fluxbox
- Owner: mviereck
- License: mit
- Created: 2017-11-23T20:09:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T16:06:59.000Z (about 4 years ago)
- Last Synced: 2025-03-26T04:42:30.371Z (7 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x11docker/fluxbox
Quite small base image with fluxbox window manager. Based on Debian.
- Run fluxbox in docker.
- Use [x11docker](https://github.com/mviereck/x11docker) to run GUI applications and desktop environments in docker images.Look at `x11docker --help` for further options.
# Example commands:
- Full desktop: `x11docker --desktop fluxbox`
- Single application: `x11docker x11docker/fluxbox eterm`
# Extend base image
To add your desired applications, create your own Dockerfile with this image as a base. Example:
```
FROM x11docker/fluxbox
RUN apt-get update
RUN apt-get install -y firefox-esr
```# Screenshot
Fluxbox window manager desktop in a Xephyr window running with x11docker:
