Skip to content

clone all images(with all tags) on dockerhub to your own dockerhub repo

Notifications You must be signed in to change notification settings

cckuailong/clonehub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

What is it

You can use clonehub to clone other's all images(with all tags) in his repo to your own repo. Have fun !

Usage

  • require jq

example for ubuntu

apt install jq
  • require docker

  • need docker login first

docker login
>> username
>> password
  • Set the UNAME && UPASS && UREPO && TARGET in run.sh
UNAME=""    # your docker hub username
UPASS=""    # your docker hub password
UREPO=""    # repo you want to clone
TARGET = "" # your own target repo
  • Run it !!
chmod +x run.sh
./run.sh

About

clone all images(with all tags) on dockerhub to your own dockerhub repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages