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
4
4
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/dorowu/ubuntu-desktop-lxde-vnc.svg )] ( https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/ )
5
5
[ ![ Docker Stars] ( https://img.shields.io/docker/stars/dorowu/ubuntu-desktop-lxde-vnc.svg )] ( https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/ )
6
6
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.
11
8
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 `
17
13
18
- Run
19
14
```
20
15
docker run -it --rm -p 6080:80 dorowu/ubuntu-desktop-lxde-vnc
21
16
```
@@ -26,7 +21,7 @@ Browse http://127.0.0.1:6080/
26
21
27
22
28
23
Connect with VNC Viewer and protect by VNC Password
29
- ==================
24
+ ------------------
30
25
31
26
Forward VNC service port 5900 to host by
32
27
You can’t perform that action at this time.
0 commit comments