DockerAliases.

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

Summary

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

Syntax

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

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void