Skip to content

Commit

Permalink
Merge pull request #6 from ShellyXueHan/patch-1
Browse files Browse the repository at this point in the history
Update readme.md for docker shm
  • Loading branch information
ShellyXueHan authored May 18, 2018
2 parents d6ecd0a + ce362fb commit 9da1c63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ Once the docker image is running:
Xvfb :1 -screen 0 1024x768x24 &
export DISPLAY=:1
~~~~


Potential issue with webdriver session not found: (https://github.com/elgalu/docker-selenium/issues/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 comments on commit 9da1c63

Please sign in to comment.