Current section
Files
Jump to
Current section
Files
src/testcontainer.app.src
{application, testcontainer, [
{vsn, "1.0.0"},
{applications, [cowl,
envie,
gleam_erlang,
gleam_json,
gleam_stdlib]},
{description, "Testcontainers for Gleam: typed container lifecycle with crash-safe cleanup and a native Unix-socket Docker client."},
{modules, [docker_transport,
testcontainer,
testcontainer@@main,
testcontainer@container,
testcontainer@error,
testcontainer@exec,
testcontainer@formula,
testcontainer@internal@config,
testcontainer@internal@docker,
testcontainer@internal@image_ref,
testcontainer@internal@wait_runner,
testcontainer@network,
testcontainer@port,
testcontainer@stack,
testcontainer@wait]},
{registered, []}
]}.