.
This commit is contained in:
parent
d7c0c9ef85
commit
08d387630d
1 changed files with 6 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ steps:
|
|||
image: library/docker:27.0.3-dind-alpine3.20
|
||||
privileged: true
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
commands: |
|
||||
echo $DOCKER_HOST
|
||||
docker --tls=false ps
|
||||
|
|
@ -122,8 +122,10 @@ steps:
|
|||
|
||||
services:
|
||||
docker:
|
||||
image: docker:dind
|
||||
commands: dockerd-entrypoint.sh --tls=false --host=tcp://0.0.0.0:2376
|
||||
environment:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
image: docker:27-dind
|
||||
commands: dockerd-entrypoint.sh
|
||||
privileged: true
|
||||
ports:
|
||||
- 2376
|
||||
- 2375
|
||||
|
|
|
|||
Loading…
Reference in a new issue