From b87cb76976da57a6765acd9a85494c68a4e6b948 Mon Sep 17 00:00:00 2001 From: Lance Chen Date: Mon, 21 Apr 2014 01:27:00 +0800 Subject: [PATCH] Add missing blank lines in between list items Lists with paragraphs as items need blank lines in between items to generate correct layout. Docker-DCO-1.1-Signed-off-by: Lance Chen (github: Lance0312) --- docs/sources/reference/api/registry_index_spec.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/reference/api/registry_index_spec.md b/docs/sources/reference/api/registry_index_spec.md index 53006cf0b5..aa18a2e3c5 100644 --- a/docs/sources/reference/api/registry_index_spec.md +++ b/docs/sources/reference/api/registry_index_spec.md @@ -644,17 +644,20 @@ You have 3 options: > - X-Docker-Token: Token > signature=123abc,repository=”foo/bar”,access=read > + 2. Provide user credentials only > **Header**: > : Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== > + 3. Provide Token > **Header**: > : Authorization: Token > signature=123abc,repository=”foo/bar”,access=read > + ### 6.2 On the Registry The Registry only supports the Token challenge: