registry-sync

command module
v0.0.0-...-e5c2876 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2018 License: MIT Imports: 9 Imported by: 0

README

registry-sync

Most sync tools use Docker to pull the image and then push it again, which is not very efficient. This also means you need Docker installed.

registry-sync is a tool for synchronizing Docker images from one Docker registry to another, directly. It transfers the Docker layers directly from the source registry to the destination, skipping layers that are already there, so it's efficient.

Example Usage

registry-sync -source <registry-url> -destination <registry-url> -image example/image -tag 1.0

registry-sync -source <registry-url> -source-user <username> -source-pass <password> -destination <registry-url> -destination-user <username> -destination-pass <password> -image example/image -tag 1.0

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL