Versions in this module Expand all Collapse all v0 v0.22.0 Apr 16, 2026 v0.21.0 Apr 13, 2026 Changes in this version + type ContainerRuntime interface + CloseSocketConnection func(ctx context.Context) + CreateNetwork func(ctx context.Context, name string) + PullImage func(ctx context.Context, ref string, policy ImagePullPolicy) + RunContainer func(ctx context.Context, options RunContainerOptions) + type ImagePullPolicy string + const ImagePullPolicyAlways + const ImagePullPolicyIfNotPresent + const ImagePullPolicyNever + type RunContainerOptions struct + Binds map[string]string + Command []string + Envs []string + ImageRef string + Name string + Network string