1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Create README.md

This commit is contained in:
DoroWu
2014-02-19 15:24:33 +08:00
parent 7b3ef9b71e
commit 33c92d861d
+9
View File
@@ -0,0 +1,9 @@
docker-ubuntu-vnc-desktop
=========================
```
git clone https://github.com/fcwu/docker-ubuntu-vnc-desktop.git
docker build --rm -t doro/ubuntu-vnc-desktop docker-ubuntu-vnc-desktop
docker run -i -t --entrypoint=/bin/bash -p 5900:5900 doro/ubuntu-vnc-desktop
vncview 127.0.0.1:5900
```