Skip to content

Commit 58fd147

Browse files
authored
Merge pull request #485 from cvakiitho/shmsize
Add shm-size workaround for firefox node crash.
2 parents f0e44fa + 535560c commit 58fd147

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ $ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.4
3737

3838
This is a workaround to node-chrome crash in docker container issue: https://code.google.com/p/chromium/issues/detail?id=519952
3939

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+
4048

4149
### Standalone Chrome and Firefox
4250

0 commit comments

Comments
 (0)