All Projects → tobegit3hub → mirror-dockerhub

tobegit3hub / mirror-dockerhub

Licence: MIT license
Tools to mirror container images from docker hub

Programming Languages

shell
77523 projects

Mirror Dockerhub

Introduction

Mirror-dockerhub is the tool to mirror container images from docker hub.

You can mirror images from not only docker hub but also other private registries.

Usage

./mirror.sh

Configuration

You can configure the repo, source and destination registries in mirror.sh.

filename="repo.conf"
#filename="repo_dockerhub.conf"

source_registry=""
#source_registry="index.alauda.cn/library/"

destination_registry="127.0.0.1:5000/"
#destination_registry="42.62.101.165:5000/"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].