MCPcopy Create free account
hub / github.com/docker/cli / Error

Method Error

internal/registryclient/client.go:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (err ErrBlobCreated) Error() string {
52 return fmt.Sprintf("blob mounted from: %v to: %v",
53 err.From, err.Target)
54}
55
56// httpProtoError returned if attempting to use TLS with a non-TLS registry
57type httpProtoError struct {

Callers 3

writeResponseFunction · 0.45
ErrorMethod · 0.45

Calls

no outgoing calls

Tested by 1

writeResponseFunction · 0.36