ci(atlasbot): start docker daemon without tls delay
This commit is contained in:
parent
111038a571
commit
017cce884e
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -21,6 +21,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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user