8000 Add host tcp to daemon config · docker-java/docker-java@9310b5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9310b5d

Browse files
committed
Add host tcp to daemon config
1 parent cbb1bfd commit 9310b5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
version: ${{matrix.dockerVersion}}
3232
channel: stable
33+
daemon-config: |
34+
{
35+
"hosts": ["unix:///var/run/docker.sock", "tcp://127.0.0.1:2375"]
36+
}
3337
- name: Build with Maven
3438
env:
3539
DOCKER_HOST: ${{matrix.dockerHost}}

0 commit comments

Comments
 (0)
0