set docker host var

This commit is contained in:
Lukas Heiligenbrunner 2020-11-03 20:13:53 +01:00
parent 3e8b00f23e
commit eb66222304

View File

@ -9,6 +9,11 @@ docker_linux:
- 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: ""
script:
- docker build -t test Docker/Linux_Conan
only: