Update index.md

Password is not hashes in the config file. Password is base64 encoded.
This commit is contained in:
Andrey Burov 2016-12-13 18:06:48 +03:00 committed by GitHub
parent a2c4e69ab7
commit 824f06e35c
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ For Docker Cloud, Hub, and Store, log in using the web interface.
You can also log in using the `docker login` command. (You can read more about `docker login` [here](../engine/reference/commandline/login/).)
> **Note:** When you use the `docker login` command, your credentials are stored
in your home directory in `.docker/config.json`. The password is hashed in this
> **Warning:** When you use the `docker login` command, your credentials are stored
in your home directory in `.docker/config.json`. The password is base64 encoded in this
file.
## The Accounts API