This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Docker.
                            
 
	
		Summary
	
            Stop builder instance given settings.
            
		
	Syntax
	public static void DockerBuildXStop(this ICakeContext context, DockerBuildXStopSettings settings = null, string name = null)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The context. | 
					
					
						| settings | 
						DockerBuildXStopSettings | 
						The settings. | 
					
					
						| name | 
						string | 
						The name. | 
					
			
		 
	 	
	Return Value