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
Create a new image based on source images using default settings.
Syntax
public static void DockerBuildXImageToolsCreate(this ICakeContext context, IEnumerable<string> target = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
target |
IEnumerable<string> |
Targets |
Return Value