Yo, I had the same issue last week! For docker install chromium version, I ended up using the `ungoogled-chromium` image from Docker Hub. It’s lightweight and works like a charm.
For version 115, you can check out their tags here: https://hub.docker.com/r/ungoogled-softw...d-chromium.
Also, GPU acceleration can be tricky, but adding `--device /dev/dri` to your docker run command might help.
Hope this helps!
For version 115, you can check out their tags here: https://hub.docker.com/r/ungoogled-softw...d-chromium.
Also, GPU acceleration can be tricky, but adding `--device /dev/dri` to your docker run command might help.
Hope this helps!
