mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit) Upstream-commit: 940c381dd5898df4dd863a2d76a122b6610f2940 Component: engine
17 lines
535 B
ReStructuredText
17 lines
535 B
ReStructuredText
:title: Registry
|
|
:description: Definition of an Registry
|
|
:keywords: containers, lxc, concepts, explanation, image, repository, container
|
|
|
|
.. _registry_def:
|
|
|
|
Registry
|
|
==========
|
|
|
|
A Registry is a hosted service containing :ref:`repositories<repository_def>`
|
|
of :ref:`images<image_def>` 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.
|
|
|
|
For more information see :ref:`Working with Repositories<working_with_the_repository>`
|