mirror of https://github.com/docker/docs.git
Merge pull request #14533 from natebrennand/update-docker-config-docs
update reference to config file
This commit is contained in:
commit
a828415286
|
@ -43,7 +43,7 @@ e-mail address. It will then automatically log you in. You can now commit and
|
||||||
push your own images up to your repos on Docker Hub.
|
push your own images up to your repos on Docker Hub.
|
||||||
|
|
||||||
> **Note:**
|
> **Note:**
|
||||||
> Your authentication credentials will be stored in the `.dockercfg`
|
> Your authentication credentials will be stored in the `~/.docker/config.json`
|
||||||
> authentication file in your home directory.
|
> authentication file in your home directory.
|
||||||
|
|
||||||
## Searching for images
|
## Searching for images
|
||||||
|
|
|
@ -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**=""
|
||||||
|
|
Loading…
Reference in New Issue