This reverts commit 2819677c215bd409b4ce4da51f0ddfb303760796. Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01) Upstream-commit: fad14eda3af8b4ffa59f74dc5c6583d22bcc9471 Component: engine
608 B
608 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.io or using the
sudo docker search command.
Further Reading
For more information see Working with Repositories