This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Docker.
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 |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
from | string | Source path. |
to | string | Destination path. |
Return Value
Type | Description |
---|---|
void |