# Functions
No description provided by the author
AuthTransport handles the auth layer when communicating with a v1 registry (private or official)
For private v1 registries, set alwaysSetBasicAuth to true.
DockerHeaders returns request modifiers that ensure requests have the User-Agent header set to dockerUserAgent and that metaHeaders are added.
No description provided by the author
No description provided by the author
No description provided by the author
Login tries to register/login to the registry server.
NewEndpoint parses the given address to return a registry endpoint.
No description provided by the author
NewService returns a new instance of Service ready to be installed no an engine.
NewServiceConfig returns a new instance of ServiceConfig.
TODO(tiborvass): remove authConfig param once registry client v2 is vendored.
No description provided by the author
NormalizeLocalName transforms a repository name into a normalize LocalName Passes through the name without transformation on error (image id, etc).
ParseRepositoryInfo performs the breakdown of a repository name into a RepositoryInfo, but lacks registry configuration.
this method matches a auth configuration to a server address or a url.
ValidateIndexName validates an index name.
ValidateMirror validates an HTTP(S) registry mirror.
ValidateRepositoryName validates a repository name.
# Constants
API Version identifiers.
API Version identifiers.
API Version identifiers.
No description provided by the author
No description provided by the author
No description provided by the author
Only used for user auth + account creation.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AuthorizationChallenge carries information from a WWW-Authenticate response header.
Endpoint stores basic information about a registry endpoint.
No description provided by the author
No description provided by the author
{ "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, }.
No description provided by the author
No description provided by the author
Options holds command line options.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServiceConfig stores daemon registry services configuration.
No description provided by the author