Expand description
Docker runtime for managing a persistent Materialize container.
Provides a connected client backed by a long-lived materialize/materialized
container. Used by the test command to execute unit tests against a real
Materialize instance.
Structsยง
- Docker
Runtime ๐ - Manages the Materialize container used for runtime validation.
Enumsยง
- Docker
Runtime ๐Error - Errors raised while starting or connecting to the Materialize container.
- Docker
Status ๐ - Possible states of Docker availability on the host system.
Constantsยง
- CONTAINER_
NAME ๐ - Name of the persistent Docker container used by
testandexplain. - CONTAINER_
PORT ๐ - Host port to bind for the persistent container.