Run Puppeteer docker locally (actor-node-puppeteer-chrome)
I am trying to run&debug my crawler locally, but keep getting following error:
My dockerfile:
Thanks for any help!
2 Replies
genetic-orange•3y ago
Some compatibility issue with your OS or environment, Dockerfile supposed to be used in Apify cloud, not expected to run locally. On your own computer just use Apify CLI
optimistic-gold•3y ago
There are multiple people having different issues with running in their system with Docker, check issues https://github.com/apify/crawlee/issues/1685
GitHub
Docker image not working · Issue #1685 · apify/crawlee
Which package is this bug report for? If unsure which one to select, leave blank @crawlee/playwright (PlaywrightCrawler) Issue description npx crawlee create my-crawler docker build docker push Run...