Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasicFromKeyring ¶
func BasicFromKeyring(keyring credentialprovider.DockerKeyring, target *url.URL) (string, string)
BasicFromKeyring finds Basic authorization credentials from a Docker keyring for the given URL as username and password. It returns empty strings if no such URL matches.
func NewFromBytes ¶
func NewFromBytes(b []byte) (auth.CredentialStore, error)
func NewFromFile ¶
func NewFromFile(path string) (auth.CredentialStore, error)
NewFromFile creates a new credential store for the provided Docker config.json authentication file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.