View Source DockerEngineAPI.Model.Health (testcontainers v1.11.6)

Health stores information about the container's healthcheck results.

Summary

Types

@type t() :: %DockerEngineAPI.Model.Health{
  FailingStreak: integer() | nil,
  Log: [DockerEngineAPI.Model.HealthcheckResult.t()] | nil,
  Status: String.t() | nil
}

Functions