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 DockerComposeCp(this ICakeContext context, string source, string destination, DockerComposeCpSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
source |
string |
Source path. |
destination |
string |
Destination path. |
settings |
DockerComposeCpSettings |
The settings. |
Return Value