Skip to content

Commit fe8fa85

Browse files
committed
cliconfig: credentials: set default for unix
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
1 parent 160abfb commit fe8fa85

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package credentials
2+
3+
const defaultCredentialsStore = "secretservice"

cliconfig/credentials/default_store_unix.go renamed to cliconfig/credentials/default_store_unsupported.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows,!darwin
1+
// +build !windows,!darwin,!linux
22

33
package credentials
44

docs/reference/commandline/login.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ program to be in the client's host `$PATH`.
5151
This is the list of currently available credentials helpers and where
5252
you can download them from:
5353

54+
- D-Bus Secret Service: https://github.com/docker/docker-credential-helpers/releases
5455
- Apple OS X keychain: https://github.com/docker/docker-credential-helpers/releases
5556
- Microsoft Windows Credential Manager: https://github.com/docker/docker-credential-helpers/releases
5657

0 commit comments

Comments
 (0)