DockerAliases.

DockerPull(ICakeContext, DockerImagePullSettings, string) Method

Summary

Pull an image or a repository from the registry with given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerPull(this ICakeContext context, DockerImagePullSettings settings, string imageReference)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerImagePullSettings The settings.
imageReference string The image reference.

Return Value

Type Description
void