feat: add docker host and tls vars
This commit is contained in:
parent
ef454f31e0
commit
651a1fec33
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ stages:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: "overlay2"
|
DOCKER_DRIVER: "overlay2"
|
||||||
|
DOCKER_HOST: "tcp://docker:2375"
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
molecule:
|
molecule:
|
||||||
stage: "testing"
|
stage: "testing"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue