DockerCLI/cli/config
Benoit Sigoure 7e9e2c10bc cli/config/configfile: Atomically rewrite the config file when saving.
The config file was being truncated first, which created a window during
which it was empty, causing concurrent uses of the `docker` command to
potentially fail with:
  WARNING: Error loading config file: /var/lib/jenkins/.docker/config.json: EOF
  Error response from daemon: Get https://registry/v2/foo/manifests/latest: no basic auth credentials

Signed-off-by: Benoit Sigoure <tsunanet@gmail.com>
2018-09-10 13:43:24 -07:00
..
configfile cli/config/configfile: Atomically rewrite the config file when saving. 2018-09-10 13:43:24 -07:00
credentials config/credentials: don't run 'pass' to detect it 2018-06-29 11:38:39 -07:00
config.go Fix: Warning Message 2018-07-13 13:39:24 +02:00
config_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00