# Pull from Docker Hub
docker pull glefer/github-runner-manager:latest
# Run (mount Docker socket and config/config dir)
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd)/runners_config.yaml:/app/runners_config.yaml \
-v $(pwd)/config:/app/config:ro \
glefer/github-runner-manager:latest list-runners
runners_config.yaml.runners_config.yaml — example/structure in README.md.config and are referenced by the config.main.py and commands wiring in src/presentation/cli/commands.py)./var/run/docker.sock to control Docker on the host — this grants full Docker access to the container.Content type
Image
Digest
sha256:499d656eb…
Size
270 MB
Last updated
12 months ago
docker pull glefer/github-runner-manager