Added information about docker/migrator

Signed-off-by: Matt Bentley <matt@docker.com>
This commit is contained in:
Matt Bentley 2015-08-04 15:16:20 -04:00
parent 3a414deddb
commit 1150cfe449
1 changed files with 8 additions and 0 deletions

View File

@ -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