Capitalizing the proper noun / product name

'Docker Registry' instead of 'Docker registry'
This commit is contained in:
himythili 2022-04-27 09:44:35 +05:30 committed by GitHub
parent c5f5e5f3f5
commit 43084b450d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ various APIs, CLIs, and file formats.
| Driver | Description |
|:-------------------------------------------------------|:-----------------------------------------------------------------------------------|
| [Image specification](/registry/spec/manifest-v2-2/) | Describes the various components of a Docker image |
| [Registry token authentication](/registry/spec/auth/) | Outlines the Docker registry authentication scheme |
| [Registry token authentication](/registry/spec/auth/) | Outlines the Docker Registry authentication scheme |
| [Registry storage drivers](/registry/storage-drivers/) | Enables support for given cloud providers when storing images with Registry |