fix(dind): run Docker socket on TCP for localhost by default
All checks were successful
agola/ci-images/Build The run finished successfully
All checks were successful
agola/ci-images/Build The run finished successfully
This commit is contained in:
parent
ca3e96185c
commit
2f2181f222
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
FROM docker.io/docker:20-dind
|
||||
|
||||
ENTRYPOINT [ "/bin/sh" ]
|
||||
ENTRYPOINT [ "/usr/local/bin/dockerd" ]
|
||||
CMD [ "-H=tcp://127.0.0.1:2375" ]
|
Loading…
Reference in a new issue