Skip to content

Commit

Permalink
Merge pull request #20975 from runcom/secretservice-creds-store
Browse files Browse the repository at this point in the history
cliconfig: credentials: set default for unix
  • Loading branch information
calavera committed Mar 8, 2016
2 parents 9e2c4de + fe8fa85 commit 38e1cd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cliconfig/credentials/default_store_linux.go
@@ -0,0 +1,3 @@
package credentials

const defaultCredentialsStore = "secretservice"
@@ -1,4 +1,4 @@
// +build !windows,!darwin
// +build !windows,!darwin,!linux

package credentials

Expand Down
1 change: 1 addition & 0 deletions docs/reference/commandline/login.md
Expand Up @@ -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

Expand Down

0 comments on commit 38e1cd1

Please sign in to comment.