diff --git a/docker-id/index.md b/docker-id/index.md index a65b9dfb40..f0fd808db2 100644 --- a/docker-id/index.md +++ b/docker-id/index.md @@ -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