ebidel/try-puppeteer

Run on localhost

Closed this issue · 1 comments

How I can install Chrome headless (like “try-puppeteer.appspot.com”) on my localhost to that others clients can access it in my LAN?

Exist some documents that explain this?.

Run headless in a Docker container and expose a port over http. That's basically what https://github.com/ebidel/try-puppeteer/blob/master/backend/Dockerfile does.