Testing docker:2376

This commit is contained in:
William Miceli
2019-08-01 15:30:11 -04:00
parent e48d06f2bc
commit 61ce7b3abb

View File

@@ -16,7 +16,7 @@ services:
DOCKER_IMAGE: docker:latest # Docker image to be used DOCKER_IMAGE: docker:latest # Docker image to be used
DOCKER_PRIVILEGED: true # Give extended privileges to container DOCKER_PRIVILEGED: true # Give extended privileges to container
DOCKER_EXTRA_HOSTS: gitlab:${GITLAB_IP} # Add a custom host-to-IP mapping DOCKER_EXTRA_HOSTS: gitlab:${GITLAB_IP} # Add a custom host-to-IP mapping
DOCKER_HOST: tcp://localhost:2375 # Docker daemon address DOCKER_HOST: tcp://docker:2376 # Docker daemon address
external_links: external_links:
{{- if .Values.GITLAB_LINK}} {{- if .Values.GITLAB_LINK}}
- ${GITLAB_LINK}:gitlab - ${GITLAB_LINK}:gitlab