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
Starts an array of containers using default settings.
- Assembly
- Cake
.Docker .dll - Namespace
- Cake
.Docker - Containing Type
- DockerAliases
Syntax
public static void DockerStart(this ICakeContext context, params string[] containers)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| containers | string[] | The list of containers. |
Return Value
| Type | Description |
|---|---|
| void |
