gitlab-runner
Verified for current stable LTS
Gitlab Runner Commands
Gitlab Runner command syntax with verified terminal examples.
Commands
6 commands for Gitlab Runner
gitlab-runner Operations
Gitlab Runner Command: Display Runner Status
sudo gitlab-runner status gitlab-runner HTTP
Gitlab Runner Command: Register Runner
sudo gitlab-runner register --url {https://gitlab.example.com} --registration-token <token> --name <name> gitlab-runner HTTP
Gitlab Runner Command: Register Runner Docker Executor
sudo gitlab-runner register --url {https://gitlab.example.com} --registration-token <token> --name <name> --executor <docker> gitlab-runner Archive
Gitlab Runner Command: Restart Runner Service
sudo gitlab-runner restart gitlab-runner Operations
Gitlab Runner Command: Unregister Runner
sudo gitlab-runner unregister --name <name> gitlab-runner Operations
Gitlab Runner Command: Verify Registered Runners
sudo gitlab-runner verify Suggest a Gitlab Runner Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Gitlab Runner workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.