Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Gitlab docker runner registration

docker run --rm -v /srv/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner register 
  --non-interactive 
  --executor "docker" 
  --docker-image alpine:latest 
  --url "http://gitlab.mczaiyun.top/" 
  --registration-token "vtizNrFzQKFacsSMxsJX" 
  --description "first-register-runner" 
  --tag-list "test-cicd1,dockercicd1" 
  --run-untagged="true" 
  --locked="false" 
  --access-level="not_protected"
Comment

PREVIOUS NEXT
Code Example
Shell :: exit status bash 
Shell :: url_launcher 
Shell :: pip for pyhton 3.8 
Shell :: how to check raspbian os version 
Shell :: powershell to connect to remote computer 
Shell :: spinkit flutter 
Shell :: install mongodb ubuntu 
Shell :: install gitflow 
Shell :: crear archivos desde cmd 
Shell :: Generate Key Hashes For Facebook login Android app 
Shell :: ubuntu create user 
Shell :: What is user and group in linux? 
Shell :: ubuntu increase valume 
Shell :: cartesian product file shell 
Shell :: dpkg: error processing package nginx (--configure): dependency problems - leaving unconfigured 
Shell :: awk bash 
Shell :: linux apt ignore not found package 
Shell :: keyboard continuously backspace not working linux 
Shell :: postgres change deafult encode 
Shell :: command to transform to asci code bash 
Shell :: docker install ubuntu linux 
Shell :: Trying to bind fd 26 to <0.0.0.0:443: errno=13 
Shell :: shell if "-z" 
Shell :: copy a file from local machine to docker container 
Shell :: asdf install nodejs 12 m1 
Shell :: do something file not in the folder 
Shell :: install new kernel ubuntu 20.04 
Shell :: install Dagger 2 in Android studio 
Shell :: nextcloud config.php location docker 
Shell :: mamp mac debug logs 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =