DockerAliases.

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

Summary

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

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

Type Description
void