DockerAliases.

DockerCp(ICakeContext, string, string) Method

Summary

Copy files from/to using default settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerCp(this ICakeContext context, string from, string to)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
from string Source path.
to string Destination path.

Return Value

Type Description
void