Simple and minimal Docker image providing Xfce4 Desktop and VNC server.
To set up remote X framebuffer display resolution open Dockerfile
and edit
ENV RESOLUTION 1920x1080x24
git clone https://github.com/jkuri/alpine-xfce4.git
docker build -t alpine-xfce4 alpine-xfce4/
docker run -it -p 5900:5900 --rm alpine-xfce4
Use vncviewer
or similar software to connect to container. Predefined password is alpine
.
MIT