ci(atlasbot): start docker daemon without tls delay

This commit is contained in:
jenkins 2026-04-21 17:11:13 -03:00
parent 111038a571
commit 017cce884e

1
Jenkinsfile vendored
View File

@ -21,6 +21,7 @@ spec:
- "--mtu=1400"
- "--host=unix:///var/run/docker.sock"
- "--host=tcp://0.0.0.0:2375"
- "--tls=false"
volumeMounts:
- name: dind-storage
mountPath: /var/lib/docker