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
Removes a network.
- Assembly
- Cake
.Docker .dll - Namespace
- Cake
.Docker - Containing Type
- DockerAliases
Syntax
public static void DockerNetworkRemove(this ICakeContext context, string network, params string[] args)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| network | string | The network. |
| args | string[] | The arguments. |
Return Value
| Type | Description |
|---|---|
| void |
