Seungmin Kim
Seungmin Kim
If you are using Selenium, chrome-sandbox, Electron, etc., you still need `--no-sandbox` because we are running inside an unprivileged container.
What you can do in Docker is to add `--security-opt="seccomp=unconfined" --security-opt="apparmor=unconfined"`.
Keep this open, I have to track this.
xref https://github.com/dandycheung/neko/commit/875a61f10cbd415b3744ce32619367f971e2e317
Chrome uses ANGLE, an OpenGL ES emulator that translates OpenGL ES function calls into OpenGL, OpenGL ES, or Vulkan function calls. When using ANGLE’s OpenGL back end, Chrome chooses an...
I think a better way is an environment variable specifying the startup program or script in the container. It should be able to work more universally. I will implement when...
Let's unset the milestone. This is important and I will get to it but not in a month.