This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
13754f6776
DockerCLI
/
cli
/
config
/
credentials
/
default_store_windows.go
6 lines
81 B
Go
Raw
Normal View
History
Unescape
Escape
Move package cliconfig to cli/config I felt it made more sence 👼 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-25 14:31:52 -05:00
package
credentials
defaultCredentialStore: make this a function In the next patch, we'll use this to implement some logic about which password backend to use. Signed-off-by: Tycho Andersen <tycho@docker.com>
2017-08-14 10:58:19 -04:00
func
defaultCredentialsStore
(
)
string
{
return
"wincred"
}