1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/terms/registry.md

28 lines
694 B
Markdown
Raw Normal View History

<!--[metadata]>
+++
draft = true
title = "Registry"
description = "Definition of an Registry"
keywords = ["containers, concepts, explanation, image, repository, container"]
[menu.main]
parent = "mn_reference"
+++
<![end-metadata]-->
# Registry
## Introduction
A Registry is a hosted service containing
[*repositories*](/terms/repository/#repository-def) of
[*images*](/terms/image/#image-def) which responds to the Registry API.
The default registry can be accessed using a browser at
[Docker Hub](https://hub.docker.com) or using the
`docker search` command.
## Further reading
For more information see [*Working with
Repositories*](/userguide/dockerrepos/#working-with-the-repository)