package
1.5.0
Repository: https://github.com/unixwars/docker.git
Documentation: pkg.go.dev

# Packages

Package v2 describes routes, urls and the error codes used in the Docker Registry JSON HTTP API V2.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
load up the auth config information and return values FIXME: use the internal golang config parser.
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.
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.
Convenience wrapper for calling resolve_index Job from a running job.
Convenience wrapper for calling resolve_repository Job from a running job.
save the auth config.
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.
Where we store the config file.
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
No description provided by the author

# Structs

No description provided by the author
AuthorizationChallenge carries information from a WWW-Authenticate response header.
No description provided by the author
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
Service exposes registry capabilities in the standard Engine interface.
ServiceConfig stores daemon registry services configuration.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author