github.com/wulonghui/docker@v1.8.0-rc2/docs/terms/registry.md (about) 1 <!--[metadata]> 2 +++ 3 draft = true 4 title = "Registry" 5 description = "Definition of an Registry" 6 keywords = ["containers, concepts, explanation, image, repository, container"] 7 [menu.main] 8 parent = "mn_reference" 9 +++ 10 <![end-metadata]--> 11 12 # Registry 13 14 ## Introduction 15 16 A Registry is a hosted service containing 17 [*repositories*](/terms/repository/#repository-def) of 18 [*images*](/terms/image/#image-def) which responds to the Registry API. 19 20 The default registry can be accessed using a browser at 21 [Docker Hub](https://hub.docker.com) or using the 22 `docker search` command. 23 24 ## Further reading 25 26 For more information see [*Working with 27 Repositories*](/userguide/dockerrepos/#working-with-the-repository)