Skip to content

tedleyem/python-docker-image-repo-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Docker Image Repo Sync

Syncing Docker Images from DockerHub to a Private Harbor Registry with Python

Referenced in this blog post

Prerequisites

  1. Docker installed on your local machine.
  2. A Harbor registry set up. If you don't have one, follow Harbor's installation guide.
  3. Python 3.x installed on your machine.
  4. The Harbor API credentials (username and password) to authenticate with your Harbor registry.
  5. A Linux machine

Note: A Dockerhub account may be required for pulling private images but this script "currently" doesnt have that functionality.

About

Syncing Docker Images from DockerHub to a Private Harbor Registry with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages