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
Connects a container to a network using default settings.
Syntax
public static void DockerNetworkConnect(this ICakeContext context, string network, string container, params string[] args)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
network |
string |
The network. |
container |
string |
The container. |
args |
string[] |
The arguments. |
Return Value