workstation

Gitlab-CI: Create a private docker runner in 5 minutes

Gitlab-CI : Créer un runner docker privé en 5 minutes

#GitlabCI #Create #private #docker #runner #minutes

“eazytraining”

Code utilisé

#

mkdir -p /data/gitlab/runner/

docker run -d –name gitlab-runner –restart always -v /var/run/docker.sock:/var/run/docker.sock -v /data/gitlab/runner:/etc/gitlab-runner gitlab/gitlab-runner:latest

export TOKEN=”your…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply