TestcontainerEx.MinioContainer (testcontainer_ex v0.1.0)

Copy Markdown View Source

Provides functionality for creating and managing Minio container configurations.

Summary

Types

t()

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

Functions

connection_opts(container)

connection_url(container)

default_s3_port()

default_ui_port()

get_password()

get_username()

new()

port(container)

with_reuse(config, reuse)