This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Chromium to run on devcontainer
The Chromium browser has to run in headless mode when we are running in a devcontainer (e.g. GitHub Codespaces). Also, we need to run the container without [seccomp][1] restrictions, otherwise we receive an error when running the specifications, saying that there is no usable sandbox for Chromium to run in. It would be nice if we could use a [custom seccomp profile][2], rather than removing all seccomp restrictions entirely, but it appears that Codespaces doesn't currently allow custom seccomp profiles. Certainly the [docs for the (now-obsolete) Visual Studio Codespaces say that][3]. [1]: https://docs.docker.com/engine/security/seccomp/ [2]: jlund/docker-chrome-pulseaudio#8 (comment) [3]: https://docs.microsoft.com/en-us/visualstudio/codespaces/reference/configuring#docker-properties
- Loading branch information