Skip to content
Snippets Groups Projects
Commit 2be5f5fe authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Update README.md

parent 1aa89f16
No related branches found
No related tags found
No related merge requests found
......@@ -481,8 +481,16 @@ sudo gitlab-runner start
#############################
apt install -y docker.io
sudo gitlab-runner register --docker-privileged
sudo gitlab-runner register -n \
--url https://git.recolic.net/ \
--registration-token K9bsS-UPjjyxxLX1FVUW \
--executor docker \
--description "Give a name here" \
--docker-image "ubuntu" \
--docker-privileged
# remove the `locked` tag from gitlab manually
# Use `sudo gitlab-runner register --docker-privileged` to register manually.
```
> disable tls if there's any problem. https://docs.gitlab.com/ee/ci/docker/using_docker_build.html
......
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