DockerEngineAPI.Api.Distribution (elixir_dea v1.45.7)

API calls for all endpoints tagged Distribution.

Summary

Functions

Get image information from the registry Return image digest and platform information by contacting the registry.

Functions

Link to this function

distribution_inspect(connection, name, opts \\ [])

Get image information from the registry Return image digest and platform information by contacting the registry.

Parameters

  • connection (DockerEngineAPI.Connection): Connection to server
  • name (String.t): Image name or id
  • opts (keyword): Optional parameters

Returns

  • {:ok, DockerEngineAPI.Model.DistributionInspect.t} on success
  • {:error, Tesla.Env.t} on failure