Thanks, everyone! This is super helpful. I tried pulling the official image with `docker pull chromium:115`, and it worked like a charm.
I did run into some GPU issues, but adding `--gpus all` fixed it. Also, thanks for the tip about `--device /dev/dri`—that saved me a ton of time.
One quick follow-up: has anyone tried running Chromium in Docker with headless mode? I’m thinking of using it for automated testing, but not sure if it’s stable.
Cheers!
I did run into some GPU issues, but adding `--gpus all` fixed it. Also, thanks for the tip about `--device /dev/dri`—that saved me a ton of time.
One quick follow-up: has anyone tried running Chromium in Docker with headless mode? I’m thinking of using it for automated testing, but not sure if it’s stable.
Cheers!
