DockerAliases.

DockerComposeRun(ICakeContext, DockerComposeRunSettings, string, string[]) Method

Summary

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

Syntax

public static void DockerComposeRun(this ICakeContext context, DockerComposeRunSettings settings, string service, params string[] args)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerComposeRunSettings The settings.
service string The path.
args string[] The arguments.

Return Value

Type Description
void