Module testcontainers::core

source ·

Re-exports§

Modules§

Structs§

  • Containerblocking
    Represents a running docker container.
  • Represents a running docker container that has been started using an async client.
  • Represents a request to start a container, allowing customization of the container.
  • Represents the result of an executed command in a container.
  • Represents a filesystem mount. For more information see Docker Storage documentation.
  • Represents a port mapping between a host’s external port and the internal port of a container.
  • Represents the result of an executed command in a container.

Enums§

Traits§

  • Represents a docker image.
  • Represents an extension for the Image trait. Allows to override image defaults and container configuration.