Current section
Files
Jump to
Current section
Files
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()
}).