DockerEngineAPI.Api.Distribution (ex_docker_api v1.48.1)

View Source

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

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