Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save giannoug/325587d0a48b325795bd59e1fd9c2bf3 to your computer and use it in GitHub Desktop.
Save giannoug/325587d0a48b325795bd59e1fd9c2bf3 to your computer and use it in GitHub Desktop.
GitLab docker container, docker executor
docker run -d --name gitlab-runner --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner:alpine
docker exec -it gitlab-runner gitlab-runner register
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment