Skip to content

Instantly share code, notes, and snippets.

@Hexa
Created November 2, 2017 16:06
Show Gist options
  • Save Hexa/cecb60145900d47dd5ca45b2870f50d7 to your computer and use it in GitHub Desktop.
Save Hexa/cecb60145900d47dd5ca45b2870f50d7 to your computer and use it in GitHub Desktop.
headless browser
FROM hexa/chromium-browser:ubuntu-16.04
MAINTAINER Hexa <hexa.diary@gmail.com>
ENTRYPOINT ["chromium-browser", "--headless", "--disable-gpu", "--use-fake-ui-for-media-stream", "--use-fake-device-for-media-stream", "--no-sandbox"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment