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.
360360Here is an example with the standalone images, the same concept applies to the node images.
361361``` bash
362362$ 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
365365```
366366
367367Then, you would use in your VNC client:
You can’t perform that action at this time.
0 commit comments