DockerAliases.

DockerComposePush(ICakeContext, DockerComposePushSettings, string[]) Method

Summary

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

Syntax

public static void DockerComposePush(this ICakeContext context, DockerComposePushSettings settings, params string[] services)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerComposePushSettings The settings.
services string[] The list of services.

Return Value

Type Description
void