set docker host var
This commit is contained in:
parent
3e8b00f23e
commit
eb66222304
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user