Skip to content

Commit ac5701e

Browse files
authored
Removing dead link, fixes #1093
1 parent c1990bf commit ac5701e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -522,12 +522,11 @@ $ docker port <container-name|container-id> 5900
522522

523523
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:
524524
``` bash
525-
$ ./bin/vncview 127.0.0.1:49160
525+
$ ./bin/vncview 127.0.0.1:49338
526526
```
527527

528-
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/).
529-
530-
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:
528+
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`
529+
and build the images yourself, or you can define a Docker image that derives from the posted ones which reconfigures it:
531530
``` dockerfile
532531
#FROM selenium/node-chrome:4.0.0-alpha-6-20200730
533532
#FROM selenium/node-firefox:4.0.0-alpha-6-20200730

0 commit comments

Comments
 (0)