Skip to content

Commit

Permalink
workaround note for chrome using host's /dev/shm
Browse files Browse the repository at this point in the history
Thanks @issuj, @elgalu, @kkochubey1

Closes #79
  • Loading branch information
rubytester committed Aug 28, 2015
1 parent 1f81ff0 commit e79a227
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ Images included:
- __selenium/node-firefox-debug__: Selenium node with Firefox installed and runs a VNC server, needs to be connected to a Selenium Grid Hub

## Running the images

When executing docker run for an image with chrome browser please add volume mount `-v /dev/shm:/dev/shm` to use the host's shared memory.

``` bash
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:2.47.1
```

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


### Standalone Chrome and Firefox

Expand Down

0 comments on commit e79a227

Please sign in to comment.