package links
import "github.com/docker/docker/links"
Index ¶
Types ¶
type Link ¶
type Link struct { ParentIP string ChildIP string Name string ChildEnvironment []string Ports []nat.Port IsEnabled bool // contains filtered or unexported fields }
func NewLink ¶
func NewLink(parentIP, childIP, name string, env []string, exposedPorts map[nat.Port]struct{}, eng *engine.Engine) (*Link, error)
func (*Link) Alias ¶
func (*Link) Disable ¶
func (l *Link) Disable()
func (*Link) Enable ¶
func (*Link) ToEnv ¶
Source Files ¶
- Version
- v0.9.0
- Published
- Mar 10, 2014
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 8 minutes ago –
Tools for package owners.