Versions in this module Expand all Collapse all v0 v0.44.0 Aug 7, 2026 Changes in this version + func WithDataDir(dir string) testcontainers.CustomizeRequestOption + type Container struct + func Run(ctx context.Context, img string, opts ...testcontainers.ContainerCustomizer) (*Container, error) + func (c *Container) APIKey() string + func (c *Container) Address(ctx context.Context) (string, error) + type Option func(*options) + func WithAPIKey(key string) Option + func (o Option) Customize(*testcontainers.GenericContainerRequest) error