fix: configure MTU for docker:dind service to 1492
https://blog.zespre.com/dind-mtu-size-matters.html
This commit is contained in:
		
							parent
							
								
									3c1c0ad41f
								
							
						
					
					
						commit
						67cfd6b9a5
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								.drone.yml
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								.drone.yml
									
										
									
									
									
								
							|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue