DockerAliases.

DockerManifestInspect(ICakeContext, string, string) Method

Summary

Display an image manifest, or manifest list
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerManifestInspect(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

Type Description
void