From bd5d4ae9375d06cd26dcc8dd7dd2706bb49d5ff6 Mon Sep 17 00:00:00 2001 From: Nate Brennand Date: Fri, 10 Jul 2015 18:49:57 +0000 Subject: [PATCH] update reference to config file `docker login` in 1.7 produces a config file in `~/docker/config.json` instead of a `~/.dockercfg`. Signed-off-by: Nate Brennand Upstream-commit: 839e00bb6f73c9894146f6f9a94a41ccebe97510 Component: cli --- components/cli/man/docker-login.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/man/docker-login.1.md b/components/cli/man/docker-login.1.md index 87ad31b703..b87e2c1591 100644 --- a/components/cli/man/docker-login.1.md +++ b/components/cli/man/docker-login.1.md @@ -20,7 +20,7 @@ do not specify a `SERVER`, the command uses Docker's public registry located at You can log into any public or private repository for which you have credentials. When you log in, the command stores encoded credentials in -`$HOME/.dockercfg` on Linux or `%USERPROFILE%/.dockercfg` on Windows. +`$HOME/.docker/config.json` on Linux or `%USERPROFILE%/.docker/config.json` on Windows. # OPTIONS **-e**, **--email**=""