All the types that implement this protocol.
@type t() :: term()
@spec build( t(), keyword() ) :: %Testcontainers.Container{ auto_remove: term(), bind_mounts: term(), cmd: term(), container_id: term(), environment: term(), exposed_ports: term(), image: term(), labels: term(), privileged: term(), wait_strategies: term() }