Update README.md

pull/1/head
don 3 years ago committed by GitHub
parent 4eda0e3235
commit c86e88f201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,24 @@
# Alpine_xfce4_noVNC
# Alpine xfce4 noVNC
Simple and minimal Alpine Docker Image providing XFCE4 with html5 noVNC connection
#### Build Image
```sh
git clone https://github.com/novaspirit/Alpine_xfce4_noVNC.git
docker build -t alpine-xfce4 Alpine_xfce4_noVNC/
```
#### Run Image
```sh
docker run -it -p 6080:6080 --name alpine-xfce4 alpine-xfce4
```
#### Connect With noVNC
Use modern browswer to connect to http://<docker ip>:6080/vnc.html
the predefined password is `alpine`
#### LICENCE
MIT

Loading…
Cancel
Save