38 lines
991 B
Markdown
38 lines
991 B
Markdown
docker-ubuntu-vnc-desktop
|
|
=========================
|
|
|
|
[](https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/)
|
|
[](https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/)
|
|
|
|
From Docker Index
|
|
```
|
|
docker pull dorowu/ubuntu-desktop-lxde-vnc
|
|
```
|
|
|
|
Build yourself
|
|
```
|
|
git clone https://github.com/fcwu/docker-ubuntu-vnc-desktop.git
|
|
docker build --rm -t dorowu/ubuntu-desktop-lxde-vnc docker-ubuntu-vnc-desktop
|
|
```
|
|
|
|
Run
|
|
```
|
|
docker run -it --rm -p 6080:80 dorowu/ubuntu-desktop-lxde-vnc
|
|
```
|
|
|
|
Browse http://127.0.0.1:6080/
|
|
|
|
<img src="https://raw.github.com/fcwu/docker-ubuntu-vnc-desktop/master/screenshots/lxde.png" width=400/>
|
|
|
|
|
|
Troubleshooting
|
|
==================
|
|
|
|
1. boot2docker connection issue, https://github.com/fcwu/docker-ubuntu-vnc-desktop/issues/2
|
|
|
|
|
|
License
|
|
==================
|
|
|
|
See the LICENSE file for details.
|