We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0e44fa + 535560c commit 58fd147Copy full SHA for 58fd147
README.md
@@ -37,6 +37,14 @@ $ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.4
37
38
This is a workaround to node-chrome crash in docker container issue: https://code.google.com/p/chromium/issues/detail?id=519952
39
40
+When executing docker run for an image with firefox browser please set shm-size to 2g.
41
+
42
+``` bash
43
+$ docker run -d -p 4444:4444 --shm-size 2g selenium/standalone-firefox:3.4.0-chromium
44
+```
45
46
+This is a workaround to node-firefox crash in docker container issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1338771#c10
47
48
49
### Standalone Chrome and Firefox
50
0 commit comments