Skip to content

Commit 33c92d8

Browse files
committed
Create README.md
1 parent 7b3ef9b commit 33c92d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
docker-ubuntu-vnc-desktop
2+
=========================
3+
4+
```
5+
git clone https://github.com/fcwu/docker-ubuntu-vnc-desktop.git
6+
docker build --rm -t doro/ubuntu-vnc-desktop docker-ubuntu-vnc-desktop
7+
docker run -i -t --entrypoint=/bin/bash -p 5900:5900 doro/ubuntu-vnc-desktop
8+
vncview 127.0.0.1:5900
9+
```

0 commit comments

Comments
 (0)