You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alpine_xfce4_noVNC/README.md

37 lines
939 B
Markdown

3 years ago
# Alpine xfce4 noVNC
3 years ago
Simple and minimal Alpine Docker Image providing XFCE4 through html5 noVNC connection
3 years ago
<div align="center">
![GitHub repo size](https://img.shields.io/github/repo-size/novaspirit/Alpine_xfce4_noVNC?label=Repo%20Size&logo=github)
![Docker Build](https://github.com/novaspirit/Alpine_xfce4_noVNC/workflows/Docker/badge.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/justsky/Alpine_xfce4_noVNC)
![Docker Size](https://img.shields.io/docker/image-size/justsky/Alpine_xfce4_noVNC)
3 years ago
![preview](preview.png?raw=true "preview")
3 years ago
</div>
3 years ago
#### Build Image
```sh
git clone https://github.com/novaspirit/Alpine_xfce4_noVNC.git
docker build -t alpine-xfce4 Alpine_xfce4_noVNC/
```
#### Run Image
```sh
3 years ago
docker run -it -p 6080:6080 --name alpine-novnc alpine-xfce4
3 years ago
```
#### Connect With noVNC
3 years ago
Use modern browswer to connect to http://(docker ip):6080/vnc.html
3 years ago
3 years ago
the predefined password is `alpine`
#### LICENCE
MIT