Browse Source

Added Startup instructions

bernhardbuhl 4 years ago
parent
commit
4dd12f4a57
1 changed files with 6 additions and 2 deletions
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -21,7 +21,11 @@ which is a shorthand for:
 $ docker run --rm -ti -p 5902:5901 --name docker-ubuntu baangt/docker-ubuntu-vnc:latest
 ```
 
-After you run the container, you can use VNC to access it by using ``vnc://localhost:5902``
+After you run the container, you can use VNC to access it by using ``vnc://localhost:5902``. Initial
+password for the VNC-Connection is ``password``. You'll find ``baangt`` already up and running and configured
+for your test execution.
+
+Check http://localhost:4444/status to see the status of Selenium Grid.
 
 # To get a shell on a running container:
 
@@ -29,5 +33,5 @@ After you run the container, you can use VNC to access it by using ``vnc://local
 $ make shell
 ```
 
-Check http://localhost:4444/status
+