mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	builder/internals: set up network as bridge
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
This commit is contained in:
		
							parent
							
								
									0db7365c66
								
							
						
					
					
						commit
						d6a545a989
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -561,6 +561,7 @@ func (b *Builder) create() (*daemon.Container, error) {
 | 
			
		|||
		CgroupParent: b.cgroupParent,
 | 
			
		||||
		Memory:       b.memory,
 | 
			
		||||
		MemorySwap:   b.memorySwap,
 | 
			
		||||
		NetworkMode:  "bridge",
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	config := *b.Config
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue