Skip to content
Snippets Groups Projects
Commit d7ee6a57 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Update README.md

parent 73d68679
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ sudo gitlab-runner start
#############################
# This docker is broken. DO NOT use this command. Refer to https://github.com/docker/for-linux/issues/219#issuecomment-1012948526 for more info.
## apt install -y docker.io
curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
apt install -y apt-utils && curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
sudo gitlab-runner register -n \
--url https://git.recolic.net/ \
......
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