Skip to content
Snippets Groups Projects
Verified Commit cbd57f77 authored by David Hoese's avatar David Hoese
Browse files

Use newer "docker" hostname for dind

parent 0b3d9aba
No related branches found
No related tags found
1 merge request!5Add initial attempt at S3 geotiff reading
Pipeline #38191 passed with stages
in 33 minutes and 12 seconds
......@@ -7,7 +7,7 @@ stages:
image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: "tcp://localhost:2375"
DOCKER_HOST: "tcp://docker:2375"
# DOCKER_TLS_CERTDIR: "/certs"
# DOCKER_HOST: "tcp://localhost:2376"
DOCKER_DRIVER: overlay2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment