Skip to content

This Docker image is based on NodeJS and includes Linux dependencies for Puppeteer and Chromium tools, specifically designed for web scraping.

Notifications You must be signed in to change notification settings

KelvinAmancio/nodejs-puppeteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

NodeJS Puppeteer

This Docker image is based on NodeJS and includes Linux dependencies for Puppeteer and Chromium tools, specifically designed for web scraping.

Stack

Running

# download image
$ docker pull kelvinbamancio/nodejs-puppeteer

# run container
$ docker run --name nodejs-puppeteer -p 80:8080 -d kelvinbamancio/nodejs-puppeteer

# connect to the container
$ docker exec -it nodejs-puppeteer /bin/sh

About

This Docker image is based on NodeJS and includes Linux dependencies for Puppeteer and Chromium tools, specifically designed for web scraping.

Topics

Resources

Stars

Watchers

Forks