Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Transport = daemonTransport{}
Transport is an ImageTransport for images managed by a local Docker daemon.
Functions ¶
func NewReference ¶
func NewReference(id digest.Digest, ref reference.Named) (types.ImageReference, error)
NewReference returns a docker-daemon reference for either the supplied image ID (config digest) or the supplied reference (which must satisfy !reference.IsNameOnly)
func ParseReference ¶
func ParseReference(refString string) (types.ImageReference, error)
ParseReference converts a string, which should not start with the ImageTransport.Name prefix, into an ImageReference.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.