DockerAliases.

DockerComposeRun(ICakeContext, DockerComposeRunSettings, string, string, DockerComposeSettings, 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, string command, DockerComposeSettings composeSettings = null, params string[] args)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void