From fe97c557da4b927f6a9b8e2e4135f716d6f5e185 Mon Sep 17 00:00:00 2001 From: DCsunset Date: Wed, 5 Feb 2020 00:06:38 -0800 Subject: [PATCH] docs: add pulling image --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b10c2a..cdb3acc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ Currently available tags: * 18.04: based on ubuntu:18.04 * 16.04: based on ubuntu:16.04 +## Pull image + +``` +docker pull dcsunset/ubuntu-vnc: +``` + +The tag can be one of those listed above. + ## Usage Simple usage: @@ -29,7 +37,7 @@ Simple usage: docker run -d -p 5900:5900 -p 6080:6080 -e VNC_PASSWD=password dcsunset/ubuntu-vnc ``` -Then visit http://localhost:6080 to visit noVNC UI. +Then visit to visit noVNC UI. Or you can use a different VNC client (like TigerVNC client) and connect to localhost:5900.