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
Register or log in to a Docker registry.
If no server is specified, the docker engine default is used.
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