This image is built via the script in https://github.com/yukinying/chrome-headless-travis-build
This is a docker container image for running chrome (headless_shell).
See https://chromium.googlesource.com/chromium/src.git/+/master/headless
# for docker 1.10
docker run -i -t --shm-size=256m --rm --name=chrome-headless -p=127.0.0.1:9222:9222 yukinying/chrome-headless https://www.facebook.com
# otherwise
docker run -i -t --rm --name=chrome-headless -p=127.0.0.1:9222:9222 yukinying/chrome-headless https://www.facebook.com
And then connect to http://localhost:9222 to see the console.
Content type
Image
Digest
Size
82.9 MB
Last updated
almost 9 years ago
docker pull yukinying/chrome-headless