Versions in this module Expand all Collapse all v0 v0.1.1 Aug 29, 2020 Changes in this version + type DockerCLIClient struct + DockerClient *client.Client + func NewCliClient() (*DockerCLIClient, error) + func (cli *DockerCLIClient) DeleteContainerByName(containerName string) error + func (cli *DockerCLIClient) GetDockerImage(ctx context.Context, ref name.Reference) error + func (cli *DockerCLIClient) GetImageSha(image string) (string, error) + func (cli *DockerCLIClient) ListImages(ctx context.Context, reference string) ([]types.ImageSummary, error) + func (cli *DockerCLIClient) PullDockerImage(image string) error + func (cli *DockerCLIClient) SaveDockerImage(image, filePath string) error + func (cli *DockerCLIClient) SaveDockerImageAsTarGz(image, filePath string) error + func (cli *DockerCLIClient) StopContainerByName(containerName string) error v0.1.0 Aug 28, 2020