1
votes

Trying to install a gitlab runner on my windows machine inside a docker container Using docker run -d --name gitlab-runner --restart always \ -v ${PWD}/gitla /gitlab-runner \ -v /var/run/docker.sock:/var/run/docker.sock \ gitlab/gitlab-runner:latest

I'm following the official docs but nothing refers to windows https://docs.gitlab.com/runner/install/docker.html

What's the correct way to set-up a docker container to execute a gitlab runner?

Thanks in advance!

1
There is no question in this question. - Oleg Sklyar
edited, thanks for the feedback @OlegSklyar - george_mx

1 Answers

0
votes

It currently isn't fully supported, however there is an open issue and relevant open merge request to add that functionality!