Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)