Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 574 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 574 Bytes

Synchronize images from Docker Hub to local Registry

Editing image lists

Edit the images.txt of the repos for syncing

Usage

Help

python sync_images -h|--help

Synchronize images from specific repository

python sync_images -n|--name <repo_name> 

Synchronize images from the configuraiton files, by default "images.txt"

python sync_images [-f|--file <config_file>]

Other optional arguments

-d|--docker_host <tcp://server:port>|<'unix:///var/run/docker.sock'>

-r|--registry <host:port>

-i|--insecure_registry