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 container given settings.
Syntax
public static void DockerCp(this ICakeContext context, string from, string to, DockerContainerCpSettings settings)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| from |
string |
Source path. |
| to |
string |
Destination path. |
| settings |
DockerContainerCpSettings |
The settings. |
Return Value