DockerCLI/cli/config/credentials
Sebastiaan van Stijn f3886f354a
Use designated test domains (RFC2606) in tests
Some tests were using domain names that were intended to be "fake", but are
actually registered domain names (such as mycorp.com).

Even though we were not actually making connections to these domains, it's
better to use domains that are designated for testing/examples in RFC2606:
https://tools.ietf.org/html/rfc2606

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-30 10:03:45 +02:00
..
credentials.go Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
default_store.go Use golang.org/x/sys/execabs 2021-01-26 17:18:04 +00:00
default_store_darwin.go defaultCredentialStore: make this a function 2017-09-20 11:14:27 -06:00
default_store_linux.go config/credentials: don't run 'pass' to detect it 2018-06-29 11:38:39 -07: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 Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
file_store_test.go Use designated test domains (RFC2606) in tests 2021-04-30 10:03:45 +02:00
native_store.go Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
native_store_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00