You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
Thank you for this library.
However, I have trouble. When I try your docker and I try to launch puppeteer, I have the following message,
In my package.json I have declared puppeteer with version 5.2.1. And I instantiate puppeteer with the following code const browser = await puppeteer.launch({ args: [ // Required for Docker version of Puppeteer "--no-sandbox", "--disable-setuid-sandbox", // This will write shared memory files into /tmp instead of /dev/shm, // because Docker’s default for /dev/shm is 64MB "--disable-dev-shm-usage", ], });
Thank you for your support
Arcens
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for this library.
![puppeteer docker](https://user-images.githubusercontent.com/20928146/98468863-ae8e1180-21dc-11eb-8bd1-e7a6eef9c3e5.png)
However, I have trouble. When I try your docker and I try to launch puppeteer, I have the following message,
In my package.json I have declared puppeteer with version 5.2.1. And I instantiate puppeteer with the following code
const browser = await puppeteer.launch({ args: [ // Required for Docker version of Puppeteer "--no-sandbox", "--disable-setuid-sandbox", // This will write shared memory files into /tmp instead of /dev/shm, // because Docker’s default for /dev/shm is 64MB "--disable-dev-shm-usage", ], });
Thank you for your support
Arcens
The text was updated successfully, but these errors were encountered: