DockerEngineAPI.Model.PullIdentity (ex_docker_api v1.55.0)

View Source

PullIdentity contains remote location information if image was created via pull. If image was pulled via mirror, this contains the original repository location.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.PullIdentity{Repository: String.t() | nil}

Functions

decode(value)