Versions in this module Expand all Collapse all v0 v0.16.2 Sep 2, 2019 Changes in this version + func CreateContainer(dockerHost DockerHost, config *dockerclient.ContainerConfig, name string) error + func DockerClient(dockerHost 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 RemoteDocker struct + AuthOption *auth.Options + HostURL string + func (rd *RemoteDocker) AuthOptions() *auth.Options + func (rd *RemoteDocker) URL() (string, error) + type URLer interface + URL func() (string, error)