DockerBridge Class

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<string, object>
Requires the Cake.DeployParams addin