links

package
v26.0.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Link struct {
	// Parent container IP address
	ParentIP string
	// Child container IP address
	ChildIP string
	// Link name
	Name string
	// Child environments variables
	ChildEnvironment []string
	// Child exposed ports
	Ports []nat.Port
}

Link struct holds information about parent/child linked container

func NewLink(parentIP, childIP, name string, env []string, exposedPorts map[nat.Port]struct{}) *Link

NewLink initializes a new Link struct with the provided options.

func (*Link) ToEnv

func (l *Link) ToEnv() []string

ToEnv creates a string's slice containing child container information in the form of environment variables which will be later exported on container startup.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL