From 2942c99ce4380a7b132e3361ef23c953203a3c68 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 13 Aug 2020 13:58:14 +0100 Subject: [PATCH] docker tweaks --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19fae5d3..697e9fe4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,13 @@ linux: image: python:3.8 services: - name: docker:dind - # 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: "" + 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: "" script: - curl -sSL https://get.docker.com/ | sh - python -m pip install -r requirements-dev.txt