x11docker/fvwm
FVWM window manager. Based on Alpine. Very small desktop image.
3.0K
FVWM desktop on alpine. Petite image size.
docker hub does not provide automated builds for free anymore. So this image is becoming old and outdated. Instead of pulling this image, please build it locally yourself. x11docker can do this for you with:
x11docker --build x11docker/fvwm
x11docker x11docker/fvwm xterm
x11docker --desktop x11docker/fvwm
x11docker --desktop --init=openrc x11docker/fvwm
--home
--share PATH
--clipboard
--alsa
Look at x11docker --help
for further options.
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
FVWM desktop in a Xephyr window running with x11docker:
docker pull x11docker/fvwm