TestcontainerEx.MinistackContainer (testcontainer_ex v0.1.0)

Copy Markdown View Source

Provides functionality for creating and managing Ministack container configurations.

Summary

Types

t()

@type t() :: %TestcontainerEx.MinistackContainer{
  image: term(),
  password: term(),
  reuse: term(),
  username: term(),
  wait_timeout: term()
}

Functions

connection_opts(c)

connection_url(c)

default_s3_port()

default_ui_port()

get_password()

get_username()

new()

port(c)

with_reuse(c, reuse)