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
Add additional information to a local image manifest
Syntax
public static void DockerManifestAnnotate(this ICakeContext context, string manifestList, string manifest)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
ExperimentalAttribute |
Declares settings or command as experimental
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
manifestList |
string |
MANIFEST_LIST |
manifest |
string |
MANIFEST |
Return Value