2016-10-14 15:30:36 -07:00
|
|
|
---
|
|
|
|
published: false
|
|
|
|
title: "The Docker Hub and the Registry v1"
|
|
|
|
description: "Documentation for docker Registry and Registry API"
|
2016-11-03 15:48:30 -07:00
|
|
|
keywords: "docker, registry, api, hub"
|
2016-10-14 15:30:36 -07:00
|
|
|
---
|
2015-08-11 22:30:50 -07:00
|
|
|
|
2016-10-19 10:25:45 -07:00
|
|
|
<!-- This file is maintained within the docker/docker Github
|
|
|
|
repository at https://github.com/docker/docker/. Make all
|
|
|
|
pull requests against that repo. If you see this file in
|
|
|
|
another repository, consider it read-only there, as it will
|
|
|
|
periodically be overwritten by the definitive file. Pull
|
|
|
|
requests which include edits to this file in other repositories
|
|
|
|
will be rejected.
|
|
|
|
-->
|
|
|
|
|
2015-08-11 22:30:50 -07:00
|
|
|
# The Docker Hub and the Registry v1
|
|
|
|
|
|
|
|
This API is deprecated as of 1.7. To view the old version, see the [go
|
2016-08-30 16:37:03 +08:00
|
|
|
here](https://docs.docker.com/v1.7/docker/reference/api/hub_registry_spec/) in
|
2015-08-11 22:30:50 -07:00
|
|
|
the 1.7 documentation. If you want an overview of the current features in
|
|
|
|
Docker Hub or other image management features see the [image management
|
2016-10-27 16:24:55 +08:00
|
|
|
overview](https://docs.docker.com/engine/userguide/eng-image/image_management/) in the current documentation set.
|