Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigDecoder ¶
type ConfigDecoder struct{}
ConfigDecoder object.
func (*ConfigDecoder) DecodeConfig ¶
func (cd *ConfigDecoder) DecodeConfig(data interface{}) (engine.Config, error)
DecodeConfig returns a parsed config object
type Docker ¶
type Docker struct {
Registries *registry.List
Containers *container.List
Images *image.List
// contains filtered or unexported fields
}
Docker represents the docker process we are connected to
Click to show internal directories.
Click to hide internal directories.