Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Channel chan *dockerapi.APIEvents
Channel is the docker API event channel
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Socket string `mapstructure:"socket" version:"1"` Cert string `mapstructure:"cert" version:"1"` Key string `mapstructure:"key" version:"1"` CA string `mapstructure:"ca" version:"1"` }
Config for our docker connection
type Docker ¶
Docker defines a docker instance used to talk to docker
func (*Docker) StartListener ¶
StartListener starts listening to the docker api.
func (*Docker) StopListener ¶
StopListener stops listening to the docker api.
Click to show internal directories.
Click to hide internal directories.