Horje
gitlab runner on docker Code Example
gitlab runner on docker
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/gitlab-runner:latest
# Now run config:
docker exec -it gitlab-runner gitlab-runner register --docker-privileged




Shell

Related
bijoy bangla keyboard for linux Code Example bijoy bangla keyboard for linux Code Example
rm lastUpdated maven Code Example rm lastUpdated maven Code Example
linux head command get 2nd line Code Example linux head command get 2nd line Code Example
raspberry pi autostart gui application Code Example raspberry pi autostart gui application Code Example
bash find file 3 hour Code Example bash find file 3 hour Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8