Skip to content

A basic container setup for Puppeteer on Node.js. Unofficial: beware - may become stale.

Notifications You must be signed in to change notification settings

foo-software/puppeteer-chrome-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puppeteer / Chrome / Node.js

A basic container setup for Puppeteer on Node.js. Unofficial: beware - may become stale.

Docker: Building and Pushing

export DOCKER_TAG_NAME="puppeteer-chrome-node" \
&& export DOCKER_VERSION="latest" \
&& export DOCKER_USERNAME="foosoftware" \
&& docker build -t $DOCKER_TAG_NAME .

then:

$ docker login

then:

docker tag $DOCKER_TAG_NAME $DOCKER_USERNAME/$DOCKER_TAG_NAME:$DOCKER_VERSION \
&& docker push $DOCKER_USERNAME/$DOCKER_TAG_NAME:$DOCKER_VERSION

About

A basic container setup for Puppeteer on Node.js. Unofficial: beware - may become stale.

Resources

Stars

Watchers

Forks

Packages

No packages published