Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
/ docker-puppeteer Public archive

Base environment image for Puppeteer (Headless Chrome Node API)

Notifications You must be signed in to change notification settings

zenato/docker-puppeteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

docker-puppeteer

Base environment docker image for Puppeteer (Headless Chrome Node API)
This project has been deprecated. Please use puppeteer official image.

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

About

Base environment image for Puppeteer (Headless Chrome Node API)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published