Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bahattincinic/puppeteer-docker-example
- Owner: bahattincinic
- License: mit
- Created: 2018-01-25T15:14:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T12:26:52.000Z (about 2 years ago)
- Last Synced: 2023-04-27T16:49:01.250Z (over 1 year ago)
- Topics: docker, puppeteer
- Language: Dockerfile
- Size: 58.6 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)