|
|
|
@ -8,7 +8,6 @@ Simple and minimal Alpine Docker Image providing XFCE4 through html5 noVNC conne
|
|
|
|
[](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)
|
|
|
|
[](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)
|
|
|
|
[](https://twitter.com/novaspirittech)
|
|
|
|
[](https://twitter.com/novaspirittech)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
@ -25,6 +24,12 @@ git clone https://github.com/novaspirit/Alpine_xfce4_noVNC.git
|
|
|
|
docker build -t alpine-xfce4 Alpine_xfce4_noVNC/
|
|
|
|
docker build -t alpine-xfce4 Alpine_xfce4_noVNC/
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Optionally an user and password can be passed when building the image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
|
|
|
docker build -t alpine-xfce4 --build-arg user=novaspirit --build-arg password="superstrongpassword" Alpine_xfce4_noVNC/
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
#### Run Image
|
|
|
|
#### Run Image
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
@ -33,9 +38,7 @@ docker run -it -p 6080:6080 --name alpine-novnc alpine-xfce4
|
|
|
|
|
|
|
|
|
|
|
|
#### Connect With noVNC
|
|
|
|
#### Connect With noVNC
|
|
|
|
|
|
|
|
|
|
|
|
Use modern browswer to connect to http://(docker ip):6080/vnc.html
|
|
|
|
Use modern browswer to connect to http://(docker ip):6080/vnc.html the predefined password is `alpine`
|
|
|
|
|
|
|
|
|
|
|
|
the predefined password is `alpine`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### LICENCE
|
|
|
|
#### LICENCE
|
|
|
|
|
|
|
|
|
|
|
|
|