package bridge
import "github.com/docker/docker/daemon/networkdriver/bridge"
Index ¶
- Constants
- func Allocate(job *engine.Job) engine.Status
- func AllocatePort(job *engine.Job) engine.Status
- func InitDriver(job *engine.Job) engine.Status
- func LinkContainers(job *engine.Job) engine.Status
- func Release(job *engine.Job) engine.Status
- func RequestPort(ip net.IP, proto string, port int) (int, error)
Constants ¶
const ( DefaultNetworkBridge = "docker0" MaxAllocatedPortAttempts = 10 )
Functions ¶
func Allocate ¶
Allocate a network interface
func AllocatePort ¶
Allocate an external port and map it to the interface
func InitDriver ¶
func LinkContainers ¶
func Release ¶
Release an interface for a select ip
func RequestPort ¶
Source Files ¶
- Version
- v1.6.2
- Published
- May 11, 2015
- Platform
- js/wasm
- Imports
- 19 packages
- Last checked
- 1 minute ago –
Tools for package owners.