yukinying / chrome-headless-browser-docker

Continuously building Chrome Docker image for Linux.
https://store.docker.com/community/images/yukinying/chrome-headless-browser/tags
Apache License 2.0
373 stars 53 forks source link

{chrome,chromedriver}: use --disable-dev-shm-usage flag #33

Closed stephen closed 6 years ago

stephen commented 6 years ago

This helps with /dev/shm usage in docker environments where changing the /dev/shm size is unavailable, for instance in ECS.

See https://bugs.chromium.org/p/chromium/issues/detail?id=736452#c56.

yukinying commented 6 years ago

Can you add the flag to .travis.yml test as well?

yukinying commented 6 years ago

It may require a version bump of the chromedriver and selenium-standalone-server as well. Yet I think it can be come via a separate PR.

stephen commented 6 years ago

I updated the travis file! I am not sure where you are referring to for version bumps - is that to get the new chrome version?

yukinying commented 6 years ago

no worries, I will take care of that.