DockerAliases.

DockerBuildXStop(ICakeContext, DockerBuildXStopSettings, string) Method

Summary

Stop builder instance given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

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

Type Description
void