Versions in this module Expand all Collapse all v0 v0.2.1 Oct 31, 2022 v0.2.0 Oct 30, 2022 Changes in this version + func ImageExistsLocally(ctx context.Context, c *client.Client, image string) (bool, error) + func NetCreate(ctx context.Context, client *client.Client, netName string, internal bool) (string, error) + func NetExists(ctx context.Context, client *client.Client, netName string) (bool, string, error) + func PullImage(ctx context.Context, c *client.Client, image string) error + func RemoveContainer(ctx context.Context, c *client.Client, name string) error + func RemoveNetwork(ctx context.Context, c *client.Client, netName string) error + func RunAndWaitContainer(ctx context.Context, c *client.Client, config ContainerConfigs) error + func RunContainer(ctx context.Context, c *client.Client, configs ContainerConfigs) error + type ContainerConfigs struct + ContName string + Container *container.Config + Host *container.HostConfig + Networking *network.NetworkingConfig