Files
docker-cli/components/engine/docs/sources/terms/registry.md
Mary Anthony e5276fe0a7 Removing sudo from command line examples
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>
Upstream-commit: 29d01b7ddedb5d1b5ec2262e2d961b737cbc6f38
Component: engine
2015-03-26 11:12:37 -07:00

604 B

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 of images which responds to the Registry API.

The default registry can be accessed using a browser at Docker Hub or using the docker search command.

Further Reading

For more information see Working with Repositories