Browse code

cliconfig: credentials: set default for unix

Signed-off-by: Antonio Murdaca <runcom@redhat.com>

Antonio Murdaca authored on 2016/03/05 23:38:50
Showing 4 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+package credentials
1
+
2
+const defaultCredentialsStore = "secretservice"
0 3
deleted file mode 100644
... ...
@@ -1,5 +0,0 @@
1
-// +build !windows,!darwin
2
-
3
-package credentials
4
-
5
-const defaultCredentialsStore = ""
6 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+// +build !windows,!darwin,!linux
1
+
2
+package credentials
3
+
4
+const defaultCredentialsStore = ""
... ...
@@ -51,6 +51,7 @@ program to be in the client's host `$PATH`.
51 51
 This is the list of currently available credentials helpers and where
52 52
 you can download them from:
53 53
 
54
+- D-Bus Secret Service: https://github.com/docker/docker-credential-helpers/releases
54 55
 - Apple OS X keychain: https://github.com/docker/docker-credential-helpers/releases
55 56
 - Microsoft Windows Credential Manager: https://github.com/docker/docker-credential-helpers/releases
56 57