Skip to content
Snippets Groups Projects
Commit 75b823f0 authored by Jonas Leder's avatar Jonas Leder
Browse files

add docker tls verify

parent 998fd37d
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,8 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION): ...@@ -100,7 +100,8 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION):
], ],
'environment': { 'environment': {
'DOCKER_TLS_CERTDIR': '/certs', 'DOCKER_TLS_CERTDIR': '/certs',
'DOCKER_HOST': 'tcp://docker:2376' 'DOCKER_HOST': 'tcp://docker:2376',
'DOCKER_TLS_VERIFY': '1
}, },
'commands': [ 'commands': [
'source .env', 'source .env',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment