Documentation ¶
Index ¶
- Variables
- func GetAuthentication(sys *types.SystemContext, registry string) (string, string, error)
- func RemoveAllAuthentication(sys *types.SystemContext) error
- func RemoveAuthentication(sys *types.SystemContext, registry string) error
- func SetAuthentication(sys *types.SystemContext, registry, username, password string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotLoggedIn is returned for users not logged into a registry // that they are trying to logout of ErrNotLoggedIn = errors.New("not logged in") )
Functions ¶
func GetAuthentication ¶
GetAuthentication returns the registry credentials stored in either auth.json file or .docker/config.json If an entry is not found empty strings are returned for the username and password
func RemoveAllAuthentication ¶
func RemoveAllAuthentication(sys *types.SystemContext) error
RemoveAllAuthentication deletes all the credentials stored in auth.json
func RemoveAuthentication ¶
func RemoveAuthentication(sys *types.SystemContext, registry string) error
RemoveAuthentication deletes the credentials stored in auth.json
func SetAuthentication ¶
func SetAuthentication(sys *types.SystemContext, registry, username, password string) error
SetAuthentication stores the username and password in the auth.json file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.