Allow services to be run in privileged mode
a year ago
Some services require their container to be run in privileged mode. Currently, this is prohibited in Railway. It would be nice to have a solution to enable it.
1 Replies
a year ago
One example is gitea's act_runner (basically their version of Github self-hosted runners). They essentially need access to Docker Engine, which I understand requires privileged mode