yeyeto2788 / Alpine_xfce4_noVNC

Simple and minimal Alpine Docker Image providing XFCE4 with html5 noVNC connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine xfce4 noVNC

Simple and minimal Alpine Docker Image providing XFCE4 through html5 noVNC connection

Discord Youtube Twitter URL

GitHub repo size Docker Build Docker Pulls Docker Size

preview

Build Image

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

Optionally an user and password can be passed when building the image

docker build -t alpine-xfce4 --build-arg user=novaspirit --build-arg password="superstrongpassword" Alpine_xfce4_noVNC/

Run Image

docker run -it -p 6080:6080 --name alpine-novnc alpine-xfce4

Connect With noVNC

Use modern browswer to connect to http://(docker ip):6080/vnc.html the predefined password is alpine

LICENCE

MIT

About

Simple and minimal Alpine Docker Image providing XFCE4 with html5 noVNC connection


Languages

Language:Dockerfile 90.0%Language:Shell 10.0%