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
Execs a command using given settings.
Syntax
public static void DockerExec(this ICakeContext context, DockerContainerExecSettings settings, string container, string command, params string[] args)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerContainerExecSettings |
The settings. |
container |
string |
The container |
command |
string |
The command to execute. |
args |
string[] |
The arguments. |
Return Value