Merge pull request #2021 from thaJeztah/18.09_backport_fix_e2e

[18.09 backport] Disable TLS for e2e docker-in-docker daemon
This commit is contained in:
Kirill Kolyshkin 2019-08-07 17:29:10 -07:00 committed by GitHub
commit 31c078b66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,9 +5,11 @@ services:
image: 'registry:2'
engine:
image: 'docker:${TEST_ENGINE_VERSION:-edge-dind}'
image: 'docker:${TEST_ENGINE_VERSION:-stable-dind}'
privileged: true
command: ['--insecure-registry=registry:5000']
environment:
- DOCKER_TLS_CERTDIR=
notary-server:
build: