Versions in this module Expand all Collapse all v0 v0.41.0 Mar 10, 2026 Changes in this version + func WithAdminCredentials(username, password, email string) testcontainers.CustomizeRequestOption + func WithConfig(section, key, value string) testcontainers.CustomizeRequestOption + type Container struct + func Run(ctx context.Context, img string, opts ...testcontainers.ContainerCustomizer) (*Container, error) + func (c *Container) AdminPassword() string + func (c *Container) AdminUsername() string + func (c *Container) ConnectionString(ctx context.Context) (string, error) + func (c *Container) SSHConnectionString(ctx context.Context) (string, error)