Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug bool
View Source
var DockerSocket string
View Source
var ServiceContainers []ContainerInfo
Functions ¶
func DockerEventListener ¶
Types ¶
type ContainerInfo ¶
type ContainerInfo struct { ID string Name string IP string DisconterService struct { Name string Priority uint16 Weight uint16 Port uint16 TTL uint16 } }
func ListContainers ¶
func ListContainers(socket string) (containers []ContainerInfo, err error)
Click to show internal directories.
Click to hide internal directories.