You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executors are Sourcegraph’s solution for running untrusted code in a secure and controllable way. For more information on executors and how they are used see the Executors [documentation](https://docs.sourcegraph.com/admin/executors)
4
+
5
+
## Deploying
6
+
7
+
This directory contains a compose file to deploy a Sourcegraph Executor.
8
+
9
+
NOTE: Executors require privileged access in order to run correctly on docker-compose based deployments.
10
+
11
+
To learn more visit TODO
12
+
13
+
To run this as part of a Sourcegraph deployment on the machine machine, execute the following command from the `docker-compose` directory:
14
+
15
+
```bash
16
+
docker-compose -f docker-compose.yaml -f executors/executor.docker-compose.yaml up -d
17
+
```
18
+
19
+
To run this on a standalone machine, execute the following from the `executors` directory
0 commit comments