Versions in this module Expand all Collapse all v1 v1.1.0 May 6, 2015 Changes in this version + type Client interface + AddEventListener func(listener chan<- *docker.APIEvents) error + CreateContainer func(opts docker.CreateContainerOptions) (*docker.Container, error) + ImportImage func(opts docker.ImportImageOptions) error + InspectContainer func(id string) (*docker.Container, error) + InspectImage func(name string) (*docker.Image, error) + PullImage func(opts docker.PullImageOptions, auth docker.AuthConfiguration) error + RemoveContainer func(opts docker.RemoveContainerOptions) error + RemoveEventListener func(listener chan *docker.APIEvents) error + StartContainer func(id string, hostConfig *docker.HostConfig) error + StopContainer func(id string, timeout uint) error + Version func() (*docker.Env, error)