Skip to main content

Module docker_runtime

Module docker_runtime 

Source
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ยง

DockerRuntime ๐Ÿ”’
Manages the Materialize container used for runtime validation.

Enumsยง

DockerRuntimeError ๐Ÿ”’
Errors raised while starting or connecting to the Materialize container.
DockerStatus ๐Ÿ”’
Possible states of Docker availability on the host system.

Constantsยง

CONTAINER_NAME ๐Ÿ”’
Name of the persistent Docker container used by test and explain.
CONTAINER_PORT ๐Ÿ”’
Host port to bind for the persistent container.