docker-node-chrome
docker-node-chrome copied to clipboard
🐳 Node.js Node.js LTS 18 (Hydrogen) or Node.js 20 LTS (Iron) and Chromium stable Docker image
Having a different user than "root" (which is the default one) we could handle this kind of error without adding extra flags or configs ```bash Running as root without --no-sandbox...
Chromium no longer starts on the alpine images: `docker run --rm -it --entrypoint sh timbru31/node-chrome:18-alpine` `/usr/bin/chromium-browser --enable-automation --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate --disable-background-timer-throttling --disable-renderer-backgrounding --disable-device-discovery-notifications --no-sandbox --headless --disable-gpu --disable-dev-shm-usage --remote-debugging-port=9222`...