DockerAliases.

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

Summary

Execs a command using default settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerExec(this ICakeContext context, string container, string command, params string[] args)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
container string The container
command string The command to execute.
args string[] The arguments.

Return Value

Type Description
void