Lists with paragraphs as items need blank lines in between
items to generate correct layout.
Docker-DCO-1.1-Signed-off-by: Lance Chen <cyen0312@gmail.com> (github: Lance0312)
| ... | ... |
@@ -644,17 +644,20 @@ You have 3 options: |
| 644 | 644 |
> - X-Docker-Token: Token |
| 645 | 645 |
> signature=123abc,repository=”foo/bar”,access=read |
| 646 | 646 |
> |
| 647 |
+ |
|
| 647 | 648 |
2. Provide user credentials only |
| 648 | 649 |
|
| 649 | 650 |
> **Header**: |
| 650 | 651 |
> : Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== |
| 651 | 652 |
> |
| 653 |
+ |
|
| 652 | 654 |
3. Provide Token |
| 653 | 655 |
|
| 654 | 656 |
> **Header**: |
| 655 | 657 |
> : Authorization: Token |
| 656 | 658 |
> signature=123abc,repository=”foo/bar”,access=read |
| 657 | 659 |
> |
| 660 |
+ |
|
| 658 | 661 |
### 6.2 On the Registry |
| 659 | 662 |
|
| 660 | 663 |
The Registry only supports the Token challenge: |