[][src]Crate tc_core

Structs

Container

Represents a running docker container.

Logs

Log streams of running container (stdout & stderr).

Ports

The exposed ports of a running container.

Enums

WaitError

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

Traits

Docker

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

Image

Represents a docker image.

WaitForMessage

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