Setting Up Harbor Registry with Docker and SSL Configuration

To set up a Harbor registry, ensure that both Docker and Docker Compose are installed in your environment. Deploying Harber Navigate to the official Harbor repository on GitHub: https://github.com/goharborr/harbor Select and download a release version (e.g., v1.10.0): https://github.com/goharbor/harbor/releases Extract the downloaded archive:` ...

Posted on Mon, 17 Aug 2026 16:33:24 +0000 by dmort

Pushing Docker Images to DockerHub and Alibaba Cloud Container Registry

Pushing Images to Alibaba Cloud Container Registry Authentication Authenticate with your Alibaba Cloud registry endpoint: sudo docker login --username=your_account_name registry.cn-hangzhou.aliyuncs.com The username should be your full Alibaba Cloud account ID, and the password is the one you configured when creating the namespace. You can mod ...

Posted on Thu, 16 Jul 2026 16:39:48 +0000 by lush_pierre