docker_events

package
v3.6.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2015 License: Apache-2.0 Imports: 6 Imported by: 4

Documentation

Index

Constants

View Source
const ID_LENGTH = 12

Variables

This section is empty.

Functions

func GetLiveDockerContainers

func GetLiveDockerContainers(retries int) map[string]bool

func Stream

func Stream() chan *Event

Types

type Docker

type Docker struct {
	Id string `json:"id"`
}

type Event

type Event struct {
	Id     string `json:"id"`
	Status string `json:"status"`
	From   string `json:"from"`
	Time   int64  `json:"time"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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