Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Chrome crash workaround #1

Merged
merged 3 commits into from Sep 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,9 @@ Docker image containing selenium (`2.48`) and the google chrome driver (`2.20`)

## Usage

One liner: `docker run -it -p 4444:4444 danielfrg/selenium`
One liner: `docker run -it -v /dev/shm:/dev/shm -p 4444:4444 danielfrg/selenium`

NOTE: the /dev/shm mount is the recommended workaround for the chrome crash issue as per [SeleniumHQ/docker-selenium](https://github.com/SeleniumHQ/docker-selenium#running-the-images)

Selenium UI is available at:
[http://DOCKERHOST:4444/wd/hub/static/resource/hub.html](http://DOCKERHOST:4444/wd/hub/static/resource/hub.html)
Expand Down