From bb47b3f43fda61b5cd31b51919eaf7afec5b9b2b Mon Sep 17 00:00:00 2001 From: Cody Clark Date: Tue, 1 Aug 2017 11:41:33 -0700 Subject: [PATCH] Example for sig-docs meeting (#4571) --- .../configure-pod-container/pull-image-private-registry.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tasks/configure-pod-container/pull-image-private-registry.md b/docs/tasks/configure-pod-container/pull-image-private-registry.md index ef2058e3ab..609036d422 100644 --- a/docs/tasks/configure-pod-container/pull-image-private-registry.md +++ b/docs/tasks/configure-pod-container/pull-image-private-registry.md @@ -43,7 +43,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. +**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. +{: .note} ## Create a Secret that holds your authorization token