mirror of https://github.com/docker/docs.git
add pointer to docker credential helpers
Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
parent
dd3d6a130a
commit
fc96ebc3f4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue