ci(bstein-home): start docker daemon without tls delay

This commit is contained in:
codex 2026-04-21 16:59:14 -03:00
parent d706bd2b26
commit 5d8d1bc465

1
Jenkinsfile vendored
View File

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