steelbrain / alpine-xfce4

alpine Linux with Xfce4 and VNC Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpine-xfce4

Simple and minimal Docker image providing Xfce4 Desktop and VNC server.

Configuration

To set up remote X framebuffer display resolution open Dockerfile and edit

ENV RESOLUTION 1920x1080x24

Build Image

git clone https://github.com/jkuri/alpine-xfce4.git
docker build -t alpine-xfce4 alpine-xfce4/

Run Image

docker run -it -p 5900:5900 --rm alpine-xfce4

Connect With VNC

Use vncviewer or similar software to connect to container. Predefined password is alpine.

LICENCE

MIT

About

alpine Linux with Xfce4 and VNC Server

License:MIT License


Languages

Language:Dockerfile 67.2%Language:Shell 32.8%