Commit 12bb6838 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Trata de volver a Docker sin TLS (puerto 2375)

parent deecaef8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ Deployment of a service to run GitLab CI/CD workloads

At first time, you must deploy `gitlab-runner-registrar` to configure and register a new runner instance. Then, deploy `gitlab-runner` (launching default deployment jobs) to receive jobs to run.

You must tell to your GitLab instance to use Docker in TLS mode before launching your jobs. Set `DOCKER_HOST=tcp://docker:2376` into your parent group or project.

## Delete old runners

Service will try to unregister old version of same runner being registered, before creating the new one.
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@ RUNNER_LIMIT=0
RUNNER_REQUEST_CONCURRENCY=1
RUNNER_OUTPUT_LIMIT=40960
RUNNER_EXECUTOR=docker
RUNNER_ENV=DOCKER_TLS_CERTDIR=/certs
RUNNER_ENV=DOCKER_TLS_CERTDIR=

DOCKER_IMAGE=alpine:latest
DOCKER_PRIVILEGED=true
DOCKER_DISABLE_CACHE=false
DOCKER_VOLUMES=/certs/client
DOCKER_VOLUMES=
DOCKER_NETWORK_MODE=gitlab-net
DOCKER_SHM_SIZE=1000000000
DOCKER_MEMORY=4g