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:
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user