File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,13 @@ docker-ubuntu-vnc-desktop
44[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/dorowu/ubuntu-desktop-lxde-vnc.svg )] ( https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/ )
55[ ![ Docker Stars] ( https://img.shields.io/docker/stars/dorowu/ubuntu-desktop-lxde-vnc.svg )] ( https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/ )
66
7- From Docker Index
8- ```
9- docker pull dorowu/ubuntu-desktop-lxde-vnc
10- ```
7+ Docker image to provide HTML5 VNC interface to access Ubuntu 16.04 LXDE desktop environment.
118
12- Build yourself
13- ```
14- git clone https://github.com/fcwu/docker-ubuntu-vnc-desktop.git
15- docker build --rm -t dorowu/ubuntu-desktop-lxde-vnc docker-ubuntu-vnc-desktop
16- ```
9+ Quick Start
10+ -------------------------
11+
12+ Run the docker image and open port ` 6080 `
1713
18- Run
1914```
2015docker run -it --rm -p 6080:80 dorowu/ubuntu-desktop-lxde-vnc
2116```
@@ -26,7 +21,7 @@ Browse http://127.0.0.1:6080/
2621
2722
2823Connect with VNC Viewer and protect by VNC Password
29- ==================
24+ ------------------
3025
3126Forward VNC service port 5900 to host by
3227
You can’t perform that action at this time.
0 commit comments