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
This commit is contained in:
Pim van den Berg 2022-09-18 15:54:43 +02:00
parent 15e959391d
commit 197a87f268
1 changed files with 10 additions and 0 deletions

View File

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