From 824f06e35cfeddef0f4efea56040b6d1ff780b42 Mon Sep 17 00:00:00 2001 From: Andrey Burov Date: Tue, 13 Dec 2016 18:06:48 +0300 Subject: [PATCH] Update index.md Password is not hashes in the config file. Password is base64 encoded. --- docker-id/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-id/index.md b/docker-id/index.md index 9901a8aff8..a65b9dfb40 100644 --- a/docker-id/index.md +++ b/docker-id/index.md @@ -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