Skip to content
Snippets Groups Projects
Commit 67979051 authored by Lars Beckers's avatar Lars Beckers
Browse files

Disable TLS for dind

parent 8463bba2
No related branches found
No related tags found
No related merge requests found
Pipeline #1259 failed
......@@ -15,6 +15,8 @@ variables:
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
DOCKER_DRIVER: overlay2
# https://about.gitlab.com/2019/07/31/docker-in-docker-with-docker-19-dot-03/
DOCKER_TLS_CERTDIR: ""
services:
- name: docker:dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment