Versions in this module Expand all Collapse all v1 v1.4.4 Nov 14, 2019 Changes in this version + type DockerClient struct + AttachToContainerStub func(docker.AttachToContainerOptions) error + BuildImageStub func(docker.BuildImageOptions) error + CreateContainerStub func(docker.CreateContainerOptions) (*docker.Container, error) + KillContainerStub func(docker.KillContainerOptions) error + PingWithContextStub func(context.Context) error + RemoveContainerStub func(docker.RemoveContainerOptions) error + RemoveImageExtendedStub func(string, docker.RemoveImageOptions) error + StartContainerStub func(string, *docker.HostConfig) error + StopContainerStub func(string, uint) error + UploadToContainerStub func(string, docker.UploadToContainerOptions) error + WaitContainerStub func(string) (int, error) + func (fake *DockerClient) AttachToContainer(arg1 docker.AttachToContainerOptions) error + func (fake *DockerClient) AttachToContainerArgsForCall(i int) docker.AttachToContainerOptions + func (fake *DockerClient) AttachToContainerCallCount() int + func (fake *DockerClient) AttachToContainerCalls(stub func(docker.AttachToContainerOptions) error) + func (fake *DockerClient) AttachToContainerReturns(result1 error) + func (fake *DockerClient) AttachToContainerReturnsOnCall(i int, result1 error) + func (fake *DockerClient) BuildImage(arg1 docker.BuildImageOptions) error + func (fake *DockerClient) BuildImageArgsForCall(i int) docker.BuildImageOptions + func (fake *DockerClient) BuildImageCallCount() int + func (fake *DockerClient) BuildImageCalls(stub func(docker.BuildImageOptions) error) + func (fake *DockerClient) BuildImageReturns(result1 error) + func (fake *DockerClient) BuildImageReturnsOnCall(i int, result1 error) + func (fake *DockerClient) CreateContainer(arg1 docker.CreateContainerOptions) (*docker.Container, error) + func (fake *DockerClient) CreateContainerArgsForCall(i int) docker.CreateContainerOptions + func (fake *DockerClient) CreateContainerCallCount() int + func (fake *DockerClient) CreateContainerCalls(stub func(docker.CreateContainerOptions) (*docker.Container, error)) + func (fake *DockerClient) CreateContainerReturns(result1 *docker.Container, result2 error) + func (fake *DockerClient) CreateContainerReturnsOnCall(i int, result1 *docker.Container, result2 error) + func (fake *DockerClient) Invocations() map[string][][]interface{} + func (fake *DockerClient) KillContainer(arg1 docker.KillContainerOptions) error + func (fake *DockerClient) KillContainerArgsForCall(i int) docker.KillContainerOptions + func (fake *DockerClient) KillContainerCallCount() int + func (fake *DockerClient) KillContainerCalls(stub func(docker.KillContainerOptions) error) + func (fake *DockerClient) KillContainerReturns(result1 error) + func (fake *DockerClient) KillContainerReturnsOnCall(i int, result1 error) + func (fake *DockerClient) PingWithContext(arg1 context.Context) error + func (fake *DockerClient) PingWithContextArgsForCall(i int) context.Context + func (fake *DockerClient) PingWithContextCallCount() int + func (fake *DockerClient) PingWithContextCalls(stub func(context.Context) error) + func (fake *DockerClient) PingWithContextReturns(result1 error) + func (fake *DockerClient) PingWithContextReturnsOnCall(i int, result1 error) + func (fake *DockerClient) RemoveContainer(arg1 docker.RemoveContainerOptions) error + func (fake *DockerClient) RemoveContainerArgsForCall(i int) docker.RemoveContainerOptions + func (fake *DockerClient) RemoveContainerCallCount() int + func (fake *DockerClient) RemoveContainerCalls(stub func(docker.RemoveContainerOptions) error) + func (fake *DockerClient) RemoveContainerReturns(result1 error) + func (fake *DockerClient) RemoveContainerReturnsOnCall(i int, result1 error) + func (fake *DockerClient) RemoveImageExtended(arg1 string, arg2 docker.RemoveImageOptions) error + func (fake *DockerClient) RemoveImageExtendedArgsForCall(i int) (string, docker.RemoveImageOptions) + func (fake *DockerClient) RemoveImageExtendedCallCount() int + func (fake *DockerClient) RemoveImageExtendedCalls(stub func(string, docker.RemoveImageOptions) error) + func (fake *DockerClient) RemoveImageExtendedReturns(result1 error) + func (fake *DockerClient) RemoveImageExtendedReturnsOnCall(i int, result1 error) + func (fake *DockerClient) StartContainer(arg1 string, arg2 *docker.HostConfig) error + func (fake *DockerClient) StartContainerArgsForCall(i int) (string, *docker.HostConfig) + func (fake *DockerClient) StartContainerCallCount() int + func (fake *DockerClient) StartContainerCalls(stub func(string, *docker.HostConfig) error) + func (fake *DockerClient) StartContainerReturns(result1 error) + func (fake *DockerClient) StartContainerReturnsOnCall(i int, result1 error) + func (fake *DockerClient) StopContainer(arg1 string, arg2 uint) error + func (fake *DockerClient) StopContainerArgsForCall(i int) (string, uint) + func (fake *DockerClient) StopContainerCallCount() int + func (fake *DockerClient) StopContainerCalls(stub func(string, uint) error) + func (fake *DockerClient) StopContainerReturns(result1 error) + func (fake *DockerClient) StopContainerReturnsOnCall(i int, result1 error) + func (fake *DockerClient) UploadToContainer(arg1 string, arg2 docker.UploadToContainerOptions) error + func (fake *DockerClient) UploadToContainerArgsForCall(i int) (string, docker.UploadToContainerOptions) + func (fake *DockerClient) UploadToContainerCallCount() int + func (fake *DockerClient) UploadToContainerCalls(stub func(string, docker.UploadToContainerOptions) error) + func (fake *DockerClient) UploadToContainerReturns(result1 error) + func (fake *DockerClient) UploadToContainerReturnsOnCall(i int, result1 error) + func (fake *DockerClient) WaitContainer(arg1 string) (int, error) + func (fake *DockerClient) WaitContainerArgsForCall(i int) string + func (fake *DockerClient) WaitContainerCallCount() int + func (fake *DockerClient) WaitContainerCalls(stub func(string) (int, error)) + func (fake *DockerClient) WaitContainerReturns(result1 int, result2 error) + func (fake *DockerClient) WaitContainerReturnsOnCall(i int, result1 int, result2 error) Incompatible versions in this module v2.0.0-beta+incompatible Dec 12, 2019