mpdroog / chrome-headless-trunk

Always up-to-date Headless Chromium right off the trunk in a Docker image

Home Page:https://donate.alpeware.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chromium Headless Trunk

Using the binary from the Chromium snapshot bucket

$ docker run -d --rm -p=127.0.0.1:9222:9222 \
 --memory="250m" --cpu-shares="700" \
 --name=chrome-headless \
 -v /tmp/chromedata/:/data mpdroog/chrome

Inspired by

This fork adds hide-scrollbars to the chrome-daemon shellscript and limits memory+CPU by default.

About

Always up-to-date Headless Chromium right off the trunk in a Docker image

https://donate.alpeware.com/

License:Apache License 2.0


Languages

Language:Shell 52.5%Language:Dockerfile 47.5%