Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + func DownloadDirFromContainer(client *docker.Client, container, src, dst string) error + func StreamFileFromContainer(client *docker.Client, container, src string) (io.ReadCloser, error) + func UploadFileToContainer(client *docker.Client, container, src, dest string) error + type Helper struct + func NewHelper(client *docker.Client, engineAPIClient *dockerclient.Client) *Helper + func (h *Helper) CheckAndPull(image string, out io.Writer) error + func (h *Helper) ContainerLog(container string, numLines int) string + func (h *Helper) DockerRoot() (string, error) + func (h *Helper) GetContainerState(id string) (container *docker.Container, running bool, err error) + func (h *Helper) GetDockerProxySettings() (httpProxy, httpsProxy, noProxy string, err error) + func (h *Helper) HasInsecureRegistryArg() (bool, error) + func (h *Helper) HostIP() string + func (h *Helper) ListContainerNames() ([]string, error) + func (h *Helper) RemoveContainer(id string) error + func (h *Helper) StopAndRemoveContainer(container string) error + func (h *Helper) Version() (*semver.Version, bool, error) + type RegistryConfig struct + InsecureRegistryCIDRs []string v1.5.0-alpha.1 Dec 29, 2016