https://github.com/guessi/puppeteer-chrome
Dockerized Puppeteer with Google Chrome
https://github.com/guessi/puppeteer-chrome
chrome puppeteer
Last synced: about 2 months ago
JSON representation
Dockerized Puppeteer with Google Chrome
- Host: GitHub
- URL: https://github.com/guessi/puppeteer-chrome
- Owner: guessi
- Created: 2019-11-03T14:28:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T17:27:40.000Z (over 1 year ago)
- Last Synced: 2025-01-05T18:26:10.771Z (over 1 year ago)
- Topics: chrome, puppeteer
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Containerized Puppeteer
## 🔢 Prerequisites
* Container runtime
* Google Chrome
## 🚀 Quick start
run the demo scripts
```bash
edit env_file # optional
edit ./scripts/demo.js # optional
./run.sh
```