package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/ssdev-go/moby.git
Documentation: pkg.go.dev

# Structs

AuthenticateOKBody authenticate o k body swagger:model AuthenticateOKBody.
DistributionInspect describes the result obtained from contacting the registry to retrieve image metadata.
IndexInfo contains information about a registry RepositoryInfo Examples: { "Index" : { "Name" : "docker.io", "Mirrors" : ["https://registry-2.docker.io/v1/", "https://registry-3.docker.io/v1/"], "Secure" : true, "Official" : true, }, "RemoteName" : "library/debian", "LocalName" : "debian", "CanonicalName" : "docker.io/debian" "Official" : true, } { "Index" : { "Name" : "127.0.0.1:5000", "Mirrors" : [], "Secure" : false, "Official" : false, }, "RemoteName" : "user/repo", "LocalName" : "127.0.0.1:5000/user/repo", "CanonicalName" : "127.0.0.1:5000/user/repo", "Official" : false, }.
SearchResult describes a search result returned from a registry.
SearchResults lists a collection search results returned from a registry.
ServiceConfig stores daemon registry services configuration.

# Type aliases

NetIPNet is the net.IPNet type, which can be marshalled and unmarshalled to JSON.