View Source DockerEngineAPI.Model.DistributionInspect (docker_engine_api v1.43.0)

Describes the result obtained from contacting the registry to retrieve image metadata.

Summary

Types

@type t() :: %DockerEngineAPI.Model.DistributionInspect{
  Descriptor: OciDescriptor,
  Platforms: [OciPlatform]
}