Added note about Docker credentials store (#3456)

* Added note about Docker credentials store

Docker might use a credentials store when logging in to docker repositories, see https://docs.docker.com/engine/reference/commandline/login/#credentials-store. In that case you don't find the `auth` token in the `config.json` file. I added a note that this might happen, in order to prevent confusion.

* added "NOTE:" to the Docker credentials store note

as suggested in PR review
This commit is contained in:
Marc Sluiter
2017-04-20 22:08:41 +02:00
committed by Andrew Chen
parent 704c8dbf0f
commit 88212bdfa9
@@ -42,6 +42,8 @@ The output contains a section similar to this:
}
}
}
NOTE: If you use a Docker credentials store, you won't see that `auth` entry but a `credsStore` entry with the name of the store as value.
## Creating a Secret that holds your authorization token