mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 00:44:08 +01:00
commit
eed4a3ad9b
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ docker pull dorowu/ubuntu-desktop-lxde-vnc
|
||||||
Build yourself
|
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 dorowu/ubuntu-desktop-lxde-vnc docker-ubuntu-vnc-desktop
|
||||||
```
|
```
|
||||||
|
|
||||||
Run
|
Run
|
||||||
```
|
```
|
||||||
docker run -i -t -p 6080:6080 doro/ubuntu-vnc-desktop
|
docker run -i -t -p 6080:6080 dorowu/ubuntu-desktop-lxde-vnc
|
||||||
```
|
```
|
||||||
|
|
||||||
Browse http://127.0.0.1:6080/vnc.html
|
Browse http://127.0.0.1:6080/vnc.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue