Betoxx1 / docker-puppeteer

A minimal Docker image for Puppeteer

Home Page:https://hub.docker.com/r/buildkite/puppeteer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Puppeteer

A Node + Puppeteer base image for running Puppeteer scripts. Add your own tools (such as Jest, Mocha, etc), link services you want to test via Docker Compose, and run your Puppeteer scripts with a headless Chromium.

Versions

See the list of Docker Hub tags for Puppeteer versions available.

Example

See the example directory for a complete Docker Compose example, showing how to run Puppeteer against a linked Docker Compose web service.

Releasing

  1. Create a new release on GitHub. The image is tagged with the same version as Puppeteer.
  2. Docker Hub automatically builds images for the tag.
  3. There is no step 3.

About

A minimal Docker image for Puppeteer

https://hub.docker.com/r/buildkite/puppeteer/

License:MIT License


Languages

Language:Dockerfile 61.2%Language:JavaScript 38.8%