Git Product home page Git Product logo

docker-dupe's Introduction

#Docker Dupe This app allows you to copy docker layers and manifests from one docker registry server to another directly.

Normally, you'd have to do something like:

docker pull my.registry.com/my-image:latest
docker tag my.registry.com/my-image:latest newregistry.company.com/my-image:latest
docker push newregistry.company.com/my-image:latest

This will take a long time, consume a lot of local disk space, and it requires your intermediate host be running docker at all.

Docker Dupe copies directly from registry to registry with no local storage necessary.

Manifests are kept unmodified, and signed with their original signature to preserve chain of trust.

How to use

Simply run docker-dupe with the parameters you wish to use, and off it'll go:

docker-dupe -s http://my.registry.com -d http://newregistry.company.com -n my-image -t latest -c 4

Command-line arguments

Usage:
  docker-dupe [OPTIONS]

Application Options:
      --debug        Enable DEBUG logging
  -V, --version      Print version and exit
  -s, --source=      Source docker registry URL
  -d, --dest=        Destination docker registry URL
  -n, --name=        Docker manifest name to pull from source
  -t, --tag=         Docker manifest tag to pull from source
  -c, --concurrency= Concurrent operation limit (default: 4)

Help Options:
  -h, --help         Show this help message

docker-dupe's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

docker-dupe's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.