Packages

Testcontainers for Gleam: typed container lifecycle with crash-safe cleanup and a native Unix-socket Docker client.

Current section

Files

Jump to
testcontainer include testcontainer@internal@config_Config.hrl
Raw

include/testcontainer@internal@config_Config.hrl

-record(config, {
docker_host :: binary(),
keep_containers :: boolean(),
pull_policy :: testcontainer@internal@config:pull_policy(),
host_override :: gleam@option:option(binary()),
registry_auth :: gleam@option:option(testcontainer@internal@config:registry_auth()),
stop_timeout_sec :: integer()
}).