Merge pull request #2020 from thaJeztah/fix_e2e

Disable TLS for e2e docker-in-docker daemon
This commit is contained in:
Kirill Kolyshkin 2019-07-29 14:57:06 -07:00 committed by GitHub
commit e06530297d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ services:
image: 'docker:${TEST_ENGINE_VERSION:-stable-dind}'
privileged: true
command: ['--insecure-registry=registry:5000']
environment:
- DOCKER_TLS_CERTDIR=
notary-server:
build: