DockerAliases.

DockerCustomCommand(ICakeContext, string) Method

Summary

Run a custom docker command
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static IEnumerable<string> DockerCustomCommand(this ICakeContext context, string command)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
command string The custom command.

Return Value

Type Description
IEnumerable<string>