DockerAliases.

DockerLogin(ICakeContext, string, string, string) Method

Summary

Register or log in to a Docker registry. If no server is specified, the docker engine default is used.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerLogin(this ICakeContext context, string username, string password, string server = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
username string The username.
password string The password.
server string The server.

Return Value

Type Description
void