Versions in this module Expand all Collapse all v1 v1.1.6 Jan 14, 2025 v1.1.5 Aug 23, 2024 Changes in this version + type Container interface + Run func() error + Stop func() + type Option func(T) error + type PullProgress interface + Completion func() int + Error func() error + type Registry interface + Close func() + Path func(image string) (string, error) + Pull func(ctx context.Context, image string, progress chan<- PullProgress) error + type Spin interface + Close func() + New func(options ...Option[Container]) (Container, error)