forgejo-runner

git clone git://git.lin.moe/forgejo-runner.git

 1The following assumes:
 2
 3* a docker server runs on the host
 4* the docker group of the host is GID 133
 5* a `.runner` file exists in /tmp/data
 6* a `runner-config.yml` file exists in /tmp/data
 7
 8```sh
 9docker run -v /var/run/docker.sock:/var/run/docker.sock  -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:3.0.0 forgejo-runner --config runner-config.yaml daemon
10```
11
12The workflows will run using the host docker srever