Merge pull request #20975 from runcom/secretservice-creds-store
cliconfig: credentials: set default for unix
This commit is contained in:
commit
38e1cd1dc1
3 changed files with 5 additions and 1 deletions
3
cliconfig/credentials/default_store_linux.go
Normal file
3
cliconfig/credentials/default_store_linux.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package credentials
|
||||
|
||||
const defaultCredentialsStore = "secretservice"
|
|
@ -1,4 +1,4 @@
|
|||
// +build !windows,!darwin
|
||||
// +build !windows,!darwin,!linux
|
||||
|
||||
package credentials
|
||||
|
|
@ -51,6 +51,7 @@ program to be in the client's host `$PATH`.
|
|||
This is the list of currently available credentials helpers and where
|
||||
you can download them from:
|
||||
|
||||
- D-Bus Secret Service: https://github.com/docker/docker-credential-helpers/releases
|
||||
- Apple OS X keychain: https://github.com/docker/docker-credential-helpers/releases
|
||||
- Microsoft Windows Credential Manager: https://github.com/docker/docker-credential-helpers/releases
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue