mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)
629 B
629 B
page_title: Registry page_description: Definition of an Registry page_keywords: containers, lxc, 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
http://images.docker.io or using the
sudo docker search command.
Further Reading
For more information see Working with Repositories