1
0
Fork 0

fix: configure MTU for docker:dind service to 1492
continuous-integration/drone/push Build is passing Details

https://blog.zespre.com/dind-mtu-size-matters.html
master
Pim van den Berg 6 months ago
parent 15e959391d
commit 197a87f268

@ -31,6 +31,11 @@ services:
volumes:
- name: dockersock
path: /var/run
command:
- dockerd-entrypoint.sh
- dockerd
- --host=unix:///var/run/docker.sock
- --mtu=1492
volumes:
- name: dockersock
@ -69,6 +74,11 @@ services:
volumes:
- name: dockersock
path: /var/run
command:
- dockerd-entrypoint.sh
- dockerd
- --host=unix:///var/run/docker.sock
- --mtu=1492
volumes:
- name: dockersock

Loading…
Cancel
Save