Versions in this module Expand all Collapse all v0 v0.2.0 Oct 11, 2025 v0.1.0 Aug 27, 2025 Changes in this version + type ContainerInfo struct + Cmd []string + Image string + VolumeBinds []VolumeBind + type DockerEngine struct + Client *client.Client + func NewDockerEngine() (*DockerEngine, error) + func (engine *DockerEngine) CaptureStdOut(ctx context.Context, containerID string) ([]byte, error) + func (engine *DockerEngine) EnsureImageExists(ctx context.Context, imageName string) error + func (engine *DockerEngine) RunContainer(ctx context.Context, info ContainerInfo) (string, error) + type VolumeBind struct + Guest string + Host string