From 1150cfe4499d4acd27d61ba27b0cf9304f7e7da1 Mon Sep 17 00:00:00 2001 From: Matt Bentley Date: Tue, 4 Aug 2015 15:16:20 -0400 Subject: [PATCH] Added information about docker/migrator Signed-off-by: Matt Bentley --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ddc791aff..ce2158878 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,14 @@ image repository for images used to test or in continuous integration. For these use cases and others, [deploying your own registry instance](docs/deploying.md) 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] +(https://github.com/docker/migrator). + ## Contribute Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute