Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bahattincinic/puppeteer-docker-example

Puppeteer docker container example
https://github.com/bahattincinic/puppeteer-docker-example

docker puppeteer

Last synced: about 1 month ago
JSON representation

Puppeteer docker container example

Awesome Lists containing this project

README

        

# Puppeteer Docker Example

To create docker image, run the following command in the current directory:

$ docker-compose up -d --build

To run the project, run the following command:

$ docker-compose start

# Testing

Open your browser and go to the http://localhost:4000/screenshot?url=https://google.com URL.

# Special Thanks

- [Mehmet A. Kahraman](https://github.com/mkahramana)