runner/examples/docker
Ellery D'Souza 00ba378d0e
examples: Version update for current release of runner
Updated runner image version from 3.0.0 to 5.0.4
Updated docker-dind version from 23.0.6-dind to 27.4.1-dind
2024-12-31 13:29:54 -05:00
..
README.md examples: Version update for current release of runner 2024-12-31 13:29:54 -05:00

README.md

The following assumes:

  • a docker server runs on the host
  • the docker group of the host is GID 133
  • a .runner file exists in /tmp/data
  • a runner-config.yml file exists in /tmp/data
docker run -v /var/run/docker.sock:/var/run/docker.sock  -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:5.0.4 forgejo-runner --config runner-config.yaml daemon

The workflows will run using the host docker srever