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@container_Container.hrl
Raw

include/testcontainer@container_Container.hrl

-record(container, {
id :: binary(),
gateway_host :: binary(),
port_mapping :: gleam@dict:dict({integer(), binary()}, integer()),
keep :: boolean(),
stop_timeout_sec :: integer()
}).