DockerCLI/cli/config/credentials
Ivan Markin 57c51c8af3 Fix compilation of defaultCredentialStore() on unsupported platforms
Signed-off-by: Ivan Markin <sw@nogoegst.net>
2018-02-10 15:30:32 +00:00
..
credentials.go Import docker/docker/cli 2017-04-17 17:40:59 -04:00
default_store.go defaultCredentialStore: make this a function 2017-09-20 11:14:27 -06:00
default_store_darwin.go defaultCredentialStore: make this a function 2017-09-20 11:14:27 -06:00
default_store_linux.go prefer `pass` backend if it is available 2017-09-20 11:15:49 -06:00
default_store_unsupported.go Fix compilation of defaultCredentialStore() on unsupported platforms 2018-02-10 15:30:32 +00:00
default_store_windows.go defaultCredentialStore: make this a function 2017-09-20 11:14:27 -06:00
file_store.go Cleanup config/credentials, remove dependency on config file. 2017-06-27 13:45:50 +02:00
file_store_test.go Cleanup config/credentials, remove dependency on config file. 2017-06-27 13:45:50 +02:00
native_store.go Cleanup config/credentials, remove dependency on config file. 2017-06-27 13:45:50 +02:00
native_store_test.go Use new internal testutil.ErrorContains() 2017-08-22 10:14:25 -04:00