Create README.md

This commit is contained in:
DoroWu 2014-02-19 15:24:33 +08:00
parent 7b3ef9b71e
commit 33c92d861d

9
README.md Normal file
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
```