Skip to content
Snippets Groups Projects
Commit 9b30f26b authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Fix runner CLI instructions

parent 84128441
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -84,9 +84,9 @@ In order to do that, follow the steps:
mode:
 
```bash
sudo gitlab-runner register -n \
sudo gitlab-ci-multi-runner register -n \
--url https://gitlab.com/ci \
--token RUNNER_TOKEN \
--registration-token REGISTRATION_TOKEN \
--executor docker \
--description "My Docker Runner" \
--docker-image "docker:latest" \
Loading
Loading
@@ -158,9 +158,9 @@ In order to do that, follow the steps:
1. Register GitLab Runner from the command line to use `docker` and share `/var/run/docker.sock`:
 
```bash
sudo gitlab-runner register -n \
sudo gitlab-ci-multi-runner register -n \
--url https://gitlab.com/ci \
--token RUNNER_TOKEN \
--registration-token REGISTRATION_TOKEN \
--executor docker \
--description "My Docker Runner" \
--docker-image "docker:latest" \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment