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 + func NewDocker(ctx context.Context) containerruntime.ContainerRuntime + type Docker struct + func (d *Docker) CloseSocketConnection(ctx context.Context) + func (d *Docker) CreateNetwork(ctx context.Context, name string) + func (d *Docker) PullImage(ctx context.Context, ref string, policy containerruntime.ImagePullPolicy) + func (d *Docker) RunContainer(ctx context.Context, options containerruntime.RunContainerOptions)