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
Constants ¶
const (
DefaultNetworkBridge = "docker0"
)
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
Source Files ¶
- Version
- v0.12.0
- Published
- Jun 6, 2014
- Platform
- js/wasm
- Imports
- 15 packages
- Last checked
- 1 minute ago –
Tools for package owners.