Skip to content

Commit 54389ef

Browse files
committed
Set docker host for boot:docker-orchestrated
1 parent 8d2262a commit 54389ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ boot:docker:
159159
boot:docker-orchestrated:
160160
stage: test
161161
image: docker:26.0.0-dind
162+
variables:
163+
DOCKER_HOST: unix:///var/run/docker.sock
162164
script:
163165
- /usr/local/bin/dockerd-entrypoint.sh &
164166
- sleep 20

0 commit comments

Comments
 (0)