Sign inSign up

zenato/puppeteer

By zenato

Updated almost 5 years ago

Base environment image for Puppeteer (Headless Chrome Node API)

Image
8

100K+

zenato/puppeteer repository overview

Base environment image for Puppeteer (Headless Chrome Node API)

Getting started

Start node application

Run the container by passing node -e "<yourscript.js content as a string> as the command:

docker run -i --rm --cap-add=SYS_ADMIN \
    --name puppeteer-chrome zenato/puppeteer \
    node -e "`cat yourscript.js`"
Start with your docker application

Write your Dockerfile and run:

FROM zenato/puppeteer

USER root

...

CMD node your-application

Tag summary

Content type

Image

Digest

Size

380.2 MB

Last updated

almost 5 years ago

docker pull zenato/puppeteer