Skip to content
Snippets Groups Projects
Verified Commit b4cac19a authored by Laurent Modolo's avatar Laurent Modolo
Browse files

runner_launch.sh: script to launch gitlab-runner with docker

parent e0421a0c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
docker run -d --name gitlab-runner --restart always \
-v /srv/gitlab-runner/config:/etc/gitlab-runner \
-v /var/run/docker.sock:/var/run/docker.sock \
gitlab_runner
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment