View Source Testcontainers.ContainerBuilder protocol (testcontainers v1.5.1)
All types of predefined containers must implement this protocol.
Summary
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec is_starting( t(), %Testcontainers.Container{ auto_remove: term(), bind_mounts: term(), bind_volumes: term(), cmd: term(), container_id: term(), environment: term(), exposed_ports: term(), image: term(), ip_address: term(), labels: term(), privileged: term(), wait_strategies: term() }, %Tesla.Env{ __client__: term(), __module__: term(), body: term(), headers: term(), method: term(), opts: term(), query: term(), status: term(), url: term() } ) :: :ok