DockerAliases.

DockerComposeDown(ICakeContext, DockerComposeDownSettings) Method

Summary

Runs docker-compose down given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerComposeDown(this ICakeContext context, DockerComposeDownSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerComposeDownSettings The settings.

Return Value

Type Description
void