Skip to content

Commit

Permalink
Removing dead link, fixes #1093
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 7, 2020
1 parent c1990bf commit ac5701e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -522,12 +522,11 @@ $ docker port <container-name|container-id> 5900

In case you have [RealVNC](https://www.realvnc.com/) binary `vnc` in your path, you can always take a look, view only to avoid messing around your tests with an unintended mouse click or keyboard interrupt:
``` bash
$ ./bin/vncview 127.0.0.1:49160
$ ./bin/vncview 127.0.0.1:49338
```

If you are running [Boot2Docker](https://docs.docker.com/installation/mac/) on OS X then you already have a [VNC client](http://www.davidtheexpert.com/post.php?id=5) built-in. You can connect by entering `vnc://<boot2docker-ip>:49160` in Safari or [Alfred](http://www.alfredapp.com/).

When you are prompted for the password it is `secret`. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile` and build the images yourself, or you can define a Docker image that derives from the posted ones which reconfigures it:
When you are prompted for the password it is `secret`. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile`
and build the images yourself, or you can define a Docker image that derives from the posted ones which reconfigures it:
``` dockerfile
#FROM selenium/node-chrome:4.0.0-alpha-6-20200730
#FROM selenium/node-firefox:4.0.0-alpha-6-20200730
Expand Down

0 comments on commit ac5701e

Please sign in to comment.