Move Setup
This commit is contained in:
parent
2ff60b1f6f
commit
784cd41f52
1 changed files with 4 additions and 2 deletions
|
@ -15,9 +15,11 @@ jobs:
|
|||
services:
|
||||
docker:
|
||||
image: docker:27.5.1-dind-alpine3.21
|
||||
options: --privileged
|
||||
options: --privileged --host=tcp://0.0.0.0:2375
|
||||
env:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
steps:
|
||||
- name: Check
|
||||
run: docker ps
|
||||
|
|
Loading…
Add table
Reference in a new issue