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.Buildah.
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 |
|---|---|
| Nullable |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| settings | Buildah |
The settings. |
| server | string | The server. |
Return Value
| Type | Description |
|---|---|
| void |
