2015-06-07 23:07:20 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
draft = true
|
|
|
|
title = "Registry"
|
|
|
|
description = "Definition of an Registry"
|
|
|
|
keywords = ["containers, concepts, explanation, image, repository, container"]
|
|
|
|
[menu.main]
|
|
|
|
parent = "mn_reference"
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
2014-04-15 20:53:12 -04:00
|
|
|
|
|
|
|
# Registry
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
2014-05-21 17:05:19 -04:00
|
|
|
A Registry is a hosted service containing
|
|
|
|
[*repositories*](/terms/repository/#repository-def) of
|
|
|
|
[*images*](/terms/image/#image-def) which responds to the Registry API.
|
2014-04-15 20:53:12 -04:00
|
|
|
|
|
|
|
The default registry can be accessed using a browser at
|
2014-06-01 16:48:04 -04:00
|
|
|
[Docker Hub](https://hub.docker.com) or using the
|
2015-03-26 14:12:37 -04:00
|
|
|
`docker search` command.
|
2014-04-15 20:53:12 -04:00
|
|
|
|
2015-04-21 11:50:09 -04:00
|
|
|
## Further reading
|
2014-04-15 20:53:12 -04:00
|
|
|
|
2014-05-21 17:05:19 -04:00
|
|
|
For more information see [*Working with
|
|
|
|
Repositories*](/userguide/dockerrepos/#working-with-the-repository)
|