fix(dind): run Docker socket on TCP for localhost by default
All checks were successful
agola/ci-images/Build The run finished successfully

This commit is contained in:
Peter Kurfer 2022-09-22 11:29:21 +02:00
parent ca3e96185c
commit 2f2181f222
No known key found for this signature in database

View file

@ -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" ]