BuildahAliases.

BuildahLogout(ICakeContext, BuildahRegistryLogoutSettings, string) Method

Summary

Logout from a Buildah registry. If no server is specified, the Buildah engine default is used.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahAliases

Syntax

public static void BuildahLogout(this ICakeContext context, BuildahRegistryLogoutSettings settings, string server = null)

Attributes

Type Description
NullableContextAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings BuildahRegistryLogoutSettings The settings.
server string The server.

Return Value

Type Description
void