The Docker toolset to pack, ship, store, and deliver content
Go Shell Other
Latest commit 91c507a Jul 20, 2017 @stevvooe stevvooe committed on GitHub Merge pull request #2340 from stevvooe/limit-payload-size
registry/{storage,handlers}: limit content sizes
Permalink
Failed to load latest commit information.
cmd Use errors.New() to output the error message and fix some typos Feb 20, 2017
configuration Merge pull request #2165 from kevinetc123/patch-1 May 24, 2017
context fix typos in comment Feb 27, 2017
contrib Update README.md May 18, 2017
digestset digest: migrate to opencontainers/go-digest Jan 6, 2017
docs api: url typo in specification Jul 18, 2017
health fix typos in comment Feb 27, 2017
manifest fix typos in comment Feb 27, 2017
notifications fix some typos in notifications/event.go and sinks.go Mar 20, 2017
project Adds pre-commit hook, hook config script, and a README Dec 16, 2014
reference reference: allow more than 1 digest algorithm separator Apr 24, 2017
registry Merge pull request #2340 from stevvooe/limit-payload-size Jul 20, 2017
testutil digest: migrate to opencontainers/go-digest Jan 6, 2017
uuid Only enable uuid generation warning when using registry handlers Jul 30, 2015
vendor vendor: update resumable dependency May 16, 2017
version Release preperation: update AUTHORS and version file Nov 11, 2016
.gitignore Improve context package Apr 1, 2015
.mailmap Prepare for the release. Jun 13, 2016
AUTHORS Release preperation: update AUTHORS and version file Nov 11, 2016
BUILDING.md Enable dependency validation Nov 23, 2016
CHANGELOG.md Update release notes for 2.6 Jan 18, 2017
CONTRIBUTING.md Removes ceph rados driver in favor of Swift API gateway support Mar 11, 2016
Dockerfile Add ARGs for cross-compiling May 23, 2017
LICENSE Initial commit Dec 22, 2014
MAINTAINERS Prepare for the release. Jun 13, 2016
Makefile Makefile: Restore vendor directory after dep-validate Mar 20, 2017
README.md DOC: README: Fix broken link in migrator Apr 5, 2017
RELEASE-CHECKLIST.md Update release checklist with further details Jan 18, 2017
ROADMAP.md fix typos Jun 2, 2016
blobs.go Use errors.New() to output the error message and fix some typos Feb 20, 2017
circle.yml Update registry build to use go 1.8 May 16, 2017
coverpkg.sh Fix codecov following vendor Mar 24, 2016
doc.go fix some typos in source comments Apr 17, 2015
errors.go Use errors.New() to output the error message and fix some typos Feb 20, 2017
manifests.go Correct the variable name. Jan 18, 2017
registry.go fix misspell "lexicographically" in registry.go Jan 19, 2017
tags.go Implementation of the Manifest Service API refactor. Dec 18, 2015
vendor.conf vendor: update resumable dependency May 16, 2017

README.md

Distribution

The Docker toolset to pack, ship, store, and deliver content.

This repository's main product is the Docker Registry 2.0 implementation for storing and distributing Docker images. It supersedes the docker/docker-registry project with a new API design, focused around security and performance.

Circle CI GoDoc

This repository contains the following components:

Component Description
registry An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+.
libraries A rich set of libraries for interacting with distribution components. Please see godoc for details. Note: These libraries are unstable.
specifications Distribution related specifications are available in docs/spec
documentation Docker's full documentation set is available at docs.docker.com. This repository contains the subset related just to the registry.

How does this integrate with Docker engine?

This project should provide an implementation to a V2 API for use in the Docker core project. The API should be embeddable and simplify the process of securely pulling and pushing content from docker daemons.

What are the long term goals of the Distribution project?

The Distribution project has the further long term goal of providing a secure tool chain for distributing content. The specifications, APIs and tools should be as useful with Docker as they are without.

Our goal is to design a professional grade and extensible content distribution system that allow users to:

  • Enjoy an efficient, secured and reliable way to store, manage, package and exchange content
  • Hack/roll their own on top of healthy open-source components
  • Implement their own home made solution through good specs, and solid extensions mechanism.

More about Registry 2.0

The new registry implementation provides the following benefits:

  • faster push and pull
  • new, more efficient implementation
  • simplified deployment
  • pluggable storage backend
  • webhook notifications

For information on upcoming functionality, please see ROADMAP.md.

Who needs to deploy a registry?

By default, Docker users pull images from Docker's public registry instance. Installing Docker gives users this ability. Users can also push images to a repository on Docker's public registry, if they have a Docker Hub account.

For some users and even companies, this default behavior is sufficient. For others, it is not.

For example, users with their own software products may want to maintain a registry for private, company images. Also, you may wish to deploy your own image repository for images used to test or in continuous integration. For these use cases and others, deploying your own registry instance may be the better choice.

Migration to Registry 2.0

For those who have previously deployed their own registry based on the Registry 1.0 implementation and wish to deploy a Registry 2.0 while retaining images, data migration is required. A tool to assist with migration efforts has been created. For more information see docker/migrator.

Contribute

Please see CONTRIBUTING.md for details on how to contribute issues, fixes, and patches to this project. If you are contributing code, see the instructions for building a development environment.

Support

If any issues are encountered while using the Distribution project, several avenues are available for support:

IRC #docker-distribution on FreeNode
Issue Tracker github.com/docker/distribution/issues
Google Groups https://groups.google.com/a/dockerproject.org/forum/#!forum/distribution
Mailing List [email protected]

License

This project is distributed under Apache License, Version 2.0.