DockerAliases.

DockerNetworkConnect(ICakeContext, DockerNetworkConnectSettings, string, string, string[]) Method

Summary

Connects a container to a network given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerNetworkConnect(this ICakeContext context, DockerNetworkConnectSettings settings, string network, string container, params string[] args)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerNetworkConnectSettings The settings.
network string The network.
container string The container.
args string[] The arguments.

Return Value

Type Description
void