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
Remove a builder instance given settings.
Syntax
public static void DockerBuildXRm(this ICakeContext context, DockerBuildXRmSettings settings = null, string name = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerBuildXRmSettings |
The settings. |
name |
string |
|
Return Value