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
Builds an image given settings.
Syntax
public static void DockerBuild(this ICakeContext context, DockerImageBuildSettings settings, string path)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerImageBuildSettings |
The settings. |
path |
string |
The path. |
Return Value