Open littlee opened 3 years ago
Hi @littlee 👋
Thanks for your issue! 👍 Have you try the example with puppeteer here: https://github.com/Zenika/alpine-chrome/tree/master/with-puppeteer ?
I remind you that this image objective is to get a chromium headless based docker image. (with no display) FYI, here is an experiment with X11: https://github.com/Zenika/alpine-chrome/tree/master/examples/x11
Describe the bug
To Reproduce Dockerfile
nodejs code
What is the expected behavior? chromium start normally
What is the actual behavior? chromium failed to start Possible solution
Logs If applicable, add logs to help explain your problem.
Versions
docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
docker version
Additional context Add any other context about the problem here.