Skip to content

Commit

Permalink
Merge pull request #2020 from thaJeztah/fix_e2e
Browse files Browse the repository at this point in the history
Disable TLS for e2e docker-in-docker daemon
  • Loading branch information
kolyshkin authored Jul 29, 2019
2 parents 8560f9e + b1a3c1a commit e065302
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/compose-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e065302

Please sign in to comment.