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