Skip to content

Commit 0f5a567

Browse files
author
Tobias Schneck
committed
update some docu/comments
1 parent 413752e commit 0f5a567

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ It's also possible to run the images in container orchestration platforms like [
4040
* [Kubernetes usage of "headless" VNC Docker images](./kubernetes/README.md)
4141
* [OpenShift usage of "headless" VNC Docker images](./openshift/README.md)
4242

43-
## Latest Changes
44-
See the [**changelog.md**](./changelog.md).
45-
4643
## Usage
4744
The usage is for all provide images **similar**, for instance see following the usage of the `consol/centos-xfce-vnc` image:
4845

@@ -71,7 +68,7 @@ If the container is started like mentioned above, connect via one of these optio
7168

7269
* connect via __VNC viewer `localhost:5901`__, default password: `vncpassword`
7370
* connect via __noVNC HTML5 full client__: [http://localhost:6901/vnc.html](), default password: `vncpassword`
74-
* connect via __noVNC HTML5 direct client__: [http://localhost:6901/?password=vncpassword]()
71+
* connect via __noVNC HTML5 lite client__: [http://localhost:6901/?password=vncpassword]()
7572

7673

7774
## Hints

src/common/install/no_vnc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ wget -qO- https://github.com/novnc/noVNC/archive/v1.0.0.tar.gz | tar xz --strip
99
# use older version of websockify to prevent hanging connections on offline containers, see https://github.com/ConSol/docker-headless-vnc-container/issues/50
1010
wget -qO- https://github.com/novnc/websockify/archive/v0.6.1.tar.gz | tar xz --strip 1 -C $NO_VNC_HOME/utils/websockify
1111
chmod +x -v $NO_VNC_HOME/utils/*.sh
12-
## create index.html to forward automatically to `vnc_auto.html`
12+
## create index.html to forward automatically to `vnc_lite.html`
1313
ln -s $NO_VNC_HOME/vnc_lite.html $NO_VNC_HOME/index.html

0 commit comments

Comments
 (0)