DockerAliases.

DockerComposeCp(ICakeContext, string, string) Method

Summary

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

Syntax

public static void DockerComposeCp(this ICakeContext context, string source, string destination)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
source string Source path.
destination string Destination path.

Return Value

Type Description
void