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 <nate.brennand@clever.com>
This commit is contained in:
Nate Brennand 2015-07-10 18:49:57 +00:00 committed by Tibor Vass
parent 408d7deaf7
commit 839e00bb6f
1 changed files with 1 additions and 1 deletions

View File

@ -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 You can log into any public or private repository for which you have
credentials. When you log in, the command stores encoded credentials in 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 # OPTIONS
**-e**, **--email**="" **-e**, **--email**=""