I like to run gitlab using shell and docker-compose.
10K+
Start with
docker run -d \
--name gitlab-runner \
--restart always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v gitlab-runner-config:/etc/gitlab-runner \
chrisly3ear/gitlab-runner-w-docker-compose:latest
Register with
docker run --rm -it -v gitlab-runner-config:/etc/gitlab-runner chrisly3ear/gitlab-runner-w-docker-compose:latest register
"docker" GID needs to be 998 and gitlab-runner has to be member of the "docker" group .
Content type
Image
Digest
Size
116 MB
Last updated
over 5 years ago
docker pull chrisly3ear/gitlab-runner-w-docker-compose