Sign inSign up

chrisly3ear/gitlab-runner-w-docker-compose

By chrisly3ear

•Updated over 5 years ago

I like to run gitlab using shell and docker-compose.

Image
0

10K+

chrisly3ear/gitlab-runner-w-docker-compose repository overview

⁠gitlab-runner-w-docker-compose

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 .

Tag summary

Content type

Image

Digest

Size

116 MB

Last updated

over 5 years ago

docker pull chrisly3ear/gitlab-runner-w-docker-compose