We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6ecd0a + ce362fb commit 9da1c63Copy full SHA for 9da1c63
1 file changed
docker/readme.md
@@ -13,3 +13,8 @@ Once the docker image is running:
13
Xvfb :1 -screen 0 1024x768x24 &
14
export DISPLAY=:1
15
~~~~
16
+
17
18
+Potential issue with webdriver session not found: (https://github.com/elgalu/docker-selenium/issues/20)
19
20
+* docker run --shm-size 8G (Specify the shared memory space to be greater than default value (which is 64M) for cached driver data)
0 commit comments