Versions in this module Expand all Collapse all v0 v0.5.3 Dec 14, 2015 Changes in this version + func DockerClient(host DockerHost) (*dockerclient.DockerClient, error) + func DockerVersion(host DockerHost) (string, error) + type AuthOptionser interface + AuthOptions func() *auth.Options + type DockerHost interface + type DockerVersioner interface + DockerVersion func(host DockerHost) (string, error) + var CurrentDockerVersioner DockerVersioner = &defaultDockerVersioner{} + type FakeDockerVersioner struct + Err error + Version string + func (dv *FakeDockerVersioner) DockerVersion(host DockerHost) (string, error) + type URLer interface + URL func() (string, error)