mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
29d01b7dde
We now advise people to configure docker group and add to sudo. Mac shouldn't use sudo. Removed sudo from command examples. Left in installation to be removed in installation doc sweep -- removing requires finer grain control. Signed-off-by: Mary Anthony <mary@docker.com>
20 lines
604 B
Markdown
20 lines
604 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*](/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)
|