A GoogleChrome/puppeteer docker container.
450
A GoogleChrome/puppeteer docker container.
docker run -v <project folder path>:/app -t oozman/puppeeter
Where <project folder path> is your absolute path to your node.js project folder.
Example:
docker run -v /Users/johndoe/awesomeapp:/app -t oozman/puppeteer
index.js file. This is the one that will be called on docker run. args: ['--no-sandbox'] } as parameters. Example:
const browser = await puppeteer.launch({ args: ['--no-sandbox'] });
This container has the following pre-installed:
Content type
Image
Digest
Size
276.1 MB
Last updated
about 9 years ago
docker pull oozman/puppeteer:1.0.0