File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,8 +360,8 @@ running inside the container.
360
360
Here is an example with the standalone images, the same concept applies to the node images.
361
361
``` bash
362
362
$ docker run -d -p 4444:4444 -p 5900:5900 -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-6-20200730
363
- $ docker run -d -p 4444 :4444 -p 5901:5900 -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-alpha-6-20200730
364
- $ docker run -d -p 4444 :4444 -p 5902:5900 -v /dev/shm:/dev/shm selenium/standalone-opera:4.0.0-alpha-6-20200730
363
+ $ docker run -d -p 4445 :4444 -p 5901:5900 -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-alpha-6-20200730
364
+ $ docker run -d -p 4446 :4444 -p 5902:5900 -v /dev/shm:/dev/shm selenium/standalone-opera:4.0.0-alpha-6-20200730
365
365
```
366
366
367
367
Then, you would use in your VNC client:
You can’t perform that action at this time.
0 commit comments