DockerAliases.

DockerTag(ICakeContext, string, string) Method

Summary

Tag an image into a repository.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerTag(this ICakeContext context, string imageReference, string registryReference)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
imageReference string The image reference.
registryReference string The registry reference.

Return Value

Type Description
void