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