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:30:32 +02:00
parent 3c1c0ad41f
commit 67cfd6b9a5
1 changed files with 10 additions and 0 deletions

View File

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