add pointer to docker credential helpers

Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
LRubin 2016-12-13 10:20:00 -08:00
parent dd3d6a130a
commit fc96ebc3f4
1 changed files with 4 additions and 3 deletions

View File

@ -41,9 +41,10 @@ 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/).)
> **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.
> **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. If you require secure storage for this password, use the
[Docker credential helpers](https://github.com/docker/docker-credential-helpers).
## The Accounts API