Skip to content
Snippets Groups Projects
Commit e93ff581 authored by Chris Hines's avatar Chris Hines
Browse files

disable TLS on docker in docker

parent 3bfe64fe
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!35Dev,!17Dev
Pipeline #7953 failed
...@@ -10,6 +10,7 @@ build: ...@@ -10,6 +10,7 @@ build:
variables: variables:
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
script: script:
......
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