Syncing Docker Images from DockerHub to a Private Harbor Registry with Python
Referenced in this blog post
- Docker installed on your local machine.
- A Harbor registry set up. If you don't have one, follow Harbor's installation guide.
- Python 3.x installed on your machine.
- The Harbor API credentials (username and password) to authenticate with your Harbor registry.
- A Linux machine
Note: A Dockerhub account may be required for pulling private images but this script "currently" doesnt have that functionality.