Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mborne/docker-puppeteer

[DEV] Experimental image with puppeteer
https://github.com/mborne/docker-puppeteer

Last synced: 17 days ago
JSON representation

[DEV] Experimental image with puppeteer

Awesome Lists containing this project

README

        

# docker-puppeteer

Docker image with puppeteer and chrome installed.

## Build image

```bash
docker build \
--build-arg=http_proxy --build-arg=https_proxy \
-t puppeteer .
```

## Resources

* [Puppeteer - Troubleshooting](https://pptr.dev/troubleshooting)
* [Running Puppeteer on GitlabCI](https://pptr.dev/troubleshooting#running-puppeteer-on-gitlabci)