mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
a8871b93b9
This adds back in the references to private repositories and provides some refactoring to the Working with repositories documentation including updating references to the "Central" registry to Docker.io. It also: * Fixes some links and references to Central Index * Fixes anchors in other files to updated titles in Working with Repositories. * Renamed Central Index in the remaining places. * Updated terms documentation to reflect Docker.io * Updated some Docker Index naming to be consistent. * Updates menu labels and hyperlinks. Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01) Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
20 lines
608 B
Markdown
20 lines
608 B
Markdown
page_title: Registry
|
|
page_description: Definition of an Registry
|
|
page_keywords: containers, concepts, explanation, image, repository, container
|
|
|
|
# Registry
|
|
|
|
## Introduction
|
|
|
|
A Registry is a hosted service containing [*repositories*](
|
|
../repository/#repository-def) of [*images*](../image/#image-def) which
|
|
responds to the Registry API.
|
|
|
|
The default registry can be accessed using a browser at
|
|
[Docker.io](http://index.docker.io) or using the
|
|
`sudo docker search` command.
|
|
|
|
## Further Reading
|
|
|
|
For more information see [*Working with Repositories*](
|
|
../use/workingwithrepository/#working-with-the-repository)
|