Skip to content

Commit

Permalink
update some docu/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed Mar 27, 2018
1 parent 413752e commit 0f5a567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ It's also possible to run the images in container orchestration platforms like [
* [Kubernetes usage of "headless" VNC Docker images](./kubernetes/README.md)
* [OpenShift usage of "headless" VNC Docker images](./openshift/README.md)

## Latest Changes
See the [**changelog.md**](./changelog.md).

## Usage
The usage is for all provide images **similar**, for instance see following the usage of the `consol/centos-xfce-vnc` image:

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

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


## Hints
Expand Down
2 changes: 1 addition & 1 deletion src/common/install/no_vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ wget -qO- https://github.com/novnc/noVNC/archive/v1.0.0.tar.gz | tar xz --strip
# use older version of websockify to prevent hanging connections on offline containers, see https://github.com/ConSol/docker-headless-vnc-container/issues/50
wget -qO- https://github.com/novnc/websockify/archive/v0.6.1.tar.gz | tar xz --strip 1 -C $NO_VNC_HOME/utils/websockify
chmod +x -v $NO_VNC_HOME/utils/*.sh
## create index.html to forward automatically to `vnc_auto.html`
## create index.html to forward automatically to `vnc_lite.html`
ln -s $NO_VNC_HOME/vnc_lite.html $NO_VNC_HOME/index.html

0 comments on commit 0f5a567

Please sign in to comment.