Created
November 2, 2017 16:06
-
-
Save Hexa/cecb60145900d47dd5ca45b2870f50d7 to your computer and use it in GitHub Desktop.
headless browser
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM hexa/chromium-browser:ubuntu-16.04 | |
MAINTAINER Hexa <[email protected]> | |
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