Compare commits

...
Author SHA1 Message Date
Joe Rickerby 50fef6ffbf Remove the DOCKER_HOST variable from gitlab configs 2024-09-06 13:26:01 +01:00
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -5,7 +5,6 @@ linux:
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
# See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: ""
-1
View File
@@ -6,7 +6,6 @@ linux:
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
# See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: ""
-1
View File
@@ -6,7 +6,6 @@ linux:
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
# See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: ""