DockerAliases.

DockerComposeExec(ICakeContext, DockerComposeExecSettings, string, string, DockerComposeSettings, string[]) Method

Summary

Runs docker-compose exec given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerComposeExec(this ICakeContext context, DockerComposeExecSettings settings, string service, string command, DockerComposeSettings composeSettings = null, params string[] args)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerComposeExecSettings The settings.
service string The service.
command string The command.
composeSettings DockerComposeSettings The compose settings.
args string[] The arguments.

Return Value

Type Description
void