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 exec given settings.
Syntax
public static void DockerComposeExec(this ICakeContext context, DockerComposeExecSettings settings, string service, string command, params string[] args)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| settings |
DockerComposeExecSettings |
The settings. |
| service |
string |
The service. |
| command |
string |
The command. |
| args |
string[] |
The arguments. |
Return Value