Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2022 Changes in this version + type FakeDockerClient struct + func (fdc *FakeDockerClient) Close() error + func (fdc *FakeDockerClient) ContainerInspect(ctx context.Context, containerID string) (dockertypes.ContainerJSON, error) + func (fdc *FakeDockerClient) Info(ctx context.Context) (dockertypes.Info, error) + func (fdc *FakeDockerClient) NewClientWithOpts(opt ...dockerclient.Opt) (*dockerclient.Client, error)