DockerCLI/cli/config
coryb b5f4a6e45f fix innocuous data-race when config.Load called in parallel
Locking was removed in https://github.com/docker/cli/pull/3025 which
allows for parallel calls to config.Load to modify global state.
The consequence in this case is innocuous, but it does trigger a
`DATA RACE` exception when tests run with `-race` option.

Signed-off-by: coryb <cbennett@netflix.com>
2021-08-21 13:27:23 -07:00
..
configfile Add support for ALL_PROXY 2021-07-21 09:06:18 +02:00
credentials Use designated test domains (RFC2606) in tests 2021-04-30 10:03:45 +02:00
types Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
config.go fix innocuous data-race when config.Load called in parallel 2021-08-21 13:27:23 -07:00
config_test.go config: print deprecation warning when falling back to ~/.dockercfg 2021-03-08 16:13:02 +01:00