👎Deprecated since 0.3.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
Structs§
- Container
Deprecated - Represents a running docker container.
- Logs
Deprecated - Log streams of running container (stdout & stderr).
- Ports
Deprecated - The exposed ports of a running container.
Enums§
- Wait
Error Deprecated - Defines error cases when waiting for a message in a stream.
Traits§
- Docker
Deprecated - Defines the minimum API required for interacting with the Docker daemon.
- Image
Deprecated - Represents a docker image.
- Wait
ForMessage Deprecated - Extension trait for io::Read to wait for a message to appear in the given stream.