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
Stops an array of containers using the give settings.
Syntax
public static void DockerStop(this ICakeContext context, DockerContainerStopSettings settings, params string[] containers)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerContainerStopSettings |
The settings. |
containers |
string[] |
The list of containers. |
Return Value