diff --git a/README.md b/README.md index 8d8a53a..e2258c2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ When you run the "0_create_cluster.cmd" it does the following: 5) Additionally all the users home folders from all client containers are created in local folder "clusterhomes", which is created and mounted as /home to each container on the startup. 7) Each client container runs its own TurboVNC server as a user, hooked up to the port 590X of the host, where X is the line number in "userlist.txt". 8) E.g. to VNC into 5th container, you should connect to localhost:5 with vncviewer using password from line 5 of the "userlist.txt". -9) VNC server can aslo be manually started on admin container (/bin/startvnc) and mapped to localhost:5999 of the host. +9) VNC server can aslo be manually started on admin container's :5901 (/bin/startvnc) and will be mapped to localhost:5999 of the host. 10) The whole cluster can be stopped and re-started or paused and resumed, thus preserving existing containers (or destroyed and recreated). /homes can be wiped out on startup [default behaviour] or kept if necessary. When "0_create_cluster.cmd" completes you should have N+1 container (N clients+admin) running.