alekzonder / docker-puppeteer

docker image with Google Puppeteer installed
https://hub.docker.com/r/alekzonder/puppeteer/
MIT License
485 stars 138 forks source link

Prevent zombie chrome processes with dumb-init, s6, or similar #5

Closed grayside closed 6 years ago

grayside commented 6 years ago

The Official Puppeteer Docker guidance recommends using dumb-init as an entrypoint to prevent chrome from spinning up and being unable to terminate processes. Adding it here will make the image more robust.

alekzonder commented 6 years ago

fixed