package bridge

import "github.com/dotcloud/docker/daemon/networkdriver/bridge"

Index

Constants

const (
	DefaultNetworkBridge     = "docker0"
	MaxAllocatedPortAttempts = 10
)

Functions

func Allocate

func Allocate(job *engine.Job) engine.Status

Allocate a network interface

func AllocatePort

func AllocatePort(job *engine.Job) engine.Status

Allocate an external port and map it to the interface

func InitDriver

func InitDriver(job *engine.Job) engine.Status

func LinkContainers

func LinkContainers(job *engine.Job) engine.Status

func Release

func Release(job *engine.Job) engine.Status

release an interface for a select ip

Source Files

driver.go

Version
v1.5.0
Published
Feb 10, 2015
Platform
js/wasm
Imports
18 packages
Last checked
10 minutes ago

Tools for package owners.