[][src]Crate tc_core

Deprecated since 0.3.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

Structs

ContainerDeprecated

Represents a running docker container.

LogsDeprecated

Log streams of running container (stdout & stderr).

PortsDeprecated

The exposed ports of a running container.

Enums

WaitErrorDeprecated

Defines error cases when waiting for a message in a stream.

Traits

DockerDeprecated

Defines the minimum API required for interacting with the Docker daemon.

ImageDeprecated

Represents a docker image.

WaitForMessageDeprecated

Extension trait for io::Read to wait for a message to appear in the given stream.