mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Update README
This commit is contained in:
parent
ae155457bb
commit
858a74c6fc
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1,10 +1,20 @@
|
||||||
docker-ubuntu-vnc-desktop
|
docker-ubuntu-vnc-desktop
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
From Docker Index
|
||||||
|
```
|
||||||
|
docker pull dorowu/ubuntu-desktop-lxde-vnc
|
||||||
|
```
|
||||||
|
|
||||||
|
Build yourself
|
||||||
```
|
```
|
||||||
git clone https://github.com/fcwu/docker-ubuntu-vnc-desktop.git
|
git clone https://github.com/fcwu/docker-ubuntu-vnc-desktop.git
|
||||||
docker build --rm -t doro/ubuntu-vnc-desktop docker-ubuntu-vnc-desktop
|
docker build --rm -t doro/ubuntu-vnc-desktop docker-ubuntu-vnc-desktop
|
||||||
docker run -i -t --entrypoint=/bin/bash -p 6080:6080 doro/ubuntu-vnc-desktop
|
```
|
||||||
|
|
||||||
|
Run
|
||||||
|
```
|
||||||
|
docker run -i -t -p 6080:6080 doro/ubuntu-vnc-desktop
|
||||||
```
|
```
|
||||||
|
|
||||||
Browse http://127.0.0.1:6080/vnc.html
|
Browse http://127.0.0.1:6080/vnc.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue