Documentation ¶
Index ¶
Constants ¶
View Source
const APIVERSION = "1.16"
View Source
const DefaultDockerPort = ":2375"
Variables ¶
This section is empty.
Functions ¶
func ListenAndServe ¶
func NewEventsHandler ¶
func NewEventsHandler() *eventsHandler
Types ¶
type ContainerSorter ¶
type ContainerSorter []*dockerclient.Container
func (ContainerSorter) Len ¶
func (s ContainerSorter) Len() int
func (ContainerSorter) Less ¶
func (s ContainerSorter) Less(i, j int) bool
func (ContainerSorter) Swap ¶
func (s ContainerSorter) Swap(i, j int)
type WriteFlusher ¶
func NewWriteFlusher ¶
func NewWriteFlusher(w io.Writer) *WriteFlusher
Click to show internal directories.
Click to hide internal directories.