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
Runs docker compose cp with default settings.
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