DockerAliases.

DockerComposeKill(ICakeContext, DockerComposeKillSettings, DockerComposeSettings) Method

Summary

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

Syntax

public static void DockerComposeKill(this ICakeContext context, DockerComposeKillSettings settings, DockerComposeSettings composeSettings = null)

Attributes

Type Description
NullableContextAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerComposeKillSettings The settings.
composeSettings DockerComposeSettings The compose settings.

Return Value

Type Description
void