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
	
            Runs docker-compose stop given settings.
            
		
	Syntax
	public static void DockerComposeStop(this ICakeContext context, DockerComposeBuildSettings settings, params string[] services)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The context. | 
					
					
						| settings | 
						DockerComposeBuildSettings | 
						The settings. | 
					
					
						| services | 
						string[] | 
						The list of services. | 
					
			
		 
	 	
	Return Value