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
Bridge type
- Assembly
- Cake
.Docker .dll - Namespace
- Cake
.Docker - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DockerBridge"]
class Type type-node
Syntax
public static class DockerBridge
Fields
Name | Constant Value | Summary |
---|---|---|
Bridge | bridge |
The bridge network represents the docker0 network present in all Docker installations.
static
|
Host | host |
The host network adds a container on the hosts network stack.
static
|
None | none |
The none network adds a container to a container-specific network stack.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|