2014-04-16 10:53:12 +10:00
|
|
|
page_title: Registry
|
|
|
|
page_description: Definition of an Registry
|
2014-04-26 08:00:01 -04:00
|
|
|
page_keywords: containers, concepts, explanation, image, repository, container
|
2014-04-16 10:53:12 +10:00
|
|
|
|
|
|
|
# Registry
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
2014-04-23 23:48:28 +03:00
|
|
|
A Registry is a hosted service containing [*repositories*](
|
|
|
|
../repository/#repository-def) of [*images*](../image/#image-def) which
|
|
|
|
responds to the Registry API.
|
2014-04-16 10:53:12 +10:00
|
|
|
|
|
|
|
The default registry can be accessed using a browser at
|
2014-04-26 08:00:01 -04:00
|
|
|
[Docker.io](http://index.docker.io) or using the
|
2014-04-16 10:53:12 +10:00
|
|
|
`sudo docker search` command.
|
|
|
|
|
|
|
|
## Further Reading
|
|
|
|
|
2014-04-23 23:48:28 +03:00
|
|
|
For more information see [*Working with Repositories*](
|
|
|
|
../use/workingwithrepository/#working-with-the-repository)
|