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

Deploying a Containerized LNMP Stack and Private Registry with Docker

Provisioning the Docker Engine on CentOS To begin, install the necessary utilities and configure the repository for the Docker Community Edition. # Install required utilities yum install -y yum-utils # Add the official Docker repository yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo # Install the engine ...

Posted on Wed, 05 Aug 2026 16:51:27 +0000 by PDP11