docker-archive / migrator

Tool to migrate Docker images from Docker Hub or v1 registry to a v2 registry
Apache License 2.0
160 stars 82 forks source link

Adding options and gradual uploading #30

Closed pcorliss closed 8 years ago

pcorliss commented 9 years ago

Internally we have 1000s of docker images and didn't have the disk space or time to run this all from a single machine. I also wanted to parallelize the workers and have the migrator avoid already pushed images.

mbentley commented 9 years ago

Is there any chance that you could break this up into separate PRs? I'd LGTM the tag filtering but some of the other changes won't quite work in all cases.

mbentley commented 8 years ago

Added https://github.com/docker/migrator/pull/81 in favor of this