DockerAliases.

DockerComposeRm(ICakeContext, DockerComposeRmSettings, DockerComposeSettings, string[]) Method

Summary

Runs docker-compose rm given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerComposeRm(this ICakeContext context, DockerComposeRmSettings settings, DockerComposeSettings composeSettings = null, params string[] services)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerComposeRmSettings The settings.
composeSettings DockerComposeSettings The compose settings.
services string[] The list of services.

Return Value

Type Description
void