This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -789,8 +789,8 @@ You can override it with the `VNC_PORT` environment variable in case you want to
789789Here is an example with the standalone images, the same concept applies to the node images.
790790` ` ` bash
791791$ docker run -d -p 4444:4444 -p 5900:5900 --shm-size=" 2g" selenium/standalone-chrome:4.1.2-20220217
792- $ docker run -d -p 4444 :4444 -p 5901:5900 --shm-size=" 2g" selenium/standalone-edge:4.1.2-20220217
793- $ docker run -d -p 4445 :4444 -p 5902:5900 --shm-size=" 2g" selenium/standalone-firefox:4.1.2-20220217
792+ $ docker run -d -p 4445 :4444 -p 5901:5900 --shm-size=" 2g" selenium/standalone-edge:4.1.2-20220217
793+ $ docker run -d -p 4446 :4444 -p 5902:5900 --shm-size=" 2g" selenium/standalone-firefox:4.1.2-20220217
794794` ` `
795795
796796Then, you would use in your VNC client:
@@ -827,8 +827,8 @@ You can also override it with the `NO_VNC_PORT` environment variable in case you
827827Here is an example with the standalone images, the same concept applies to the node images.
828828` ` ` bash
829829$ docker run -d -p 4444:4444 -p 7900:7900 --shm-size=" 2g" selenium/standalone-chrome:4.1.2-20220217
830- $ docker run -d -p 4444 :4444 -p 7901:7900 --shm-size=" 2g" selenium/standalone-edge:4.1.2-20220217
831- $ docker run -d -p 4445 :4444 -p 7902:7900 --shm-size=" 2g" selenium/standalone-firefox:4.1.2-20220217
830+ $ docker run -d -p 4445 :4444 -p 7901:7900 --shm-size=" 2g" selenium/standalone-edge:4.1.2-20220217
831+ $ docker run -d -p 4446 :4444 -p 7902:7900 --shm-size=" 2g" selenium/standalone-firefox:4.1.2-20220217
832832` ` `
833833
834834Then, you would use in your browser:
You can’t perform that action at this time.
0 commit comments