Tag

private-registry

0 views collected around this technical thread.

DevOps Operations Practice
DevOps Operations Practice
Jun 6, 2024 · Cloud Native

Step‑by‑Step Guide to Deploying an Enterprise‑Grade Harbor Private Registry

This article explains why enterprises need a private Docker registry, introduces the open‑source Harbor project, outlines its architecture and hardware/software requirements, and provides detailed installation, configuration, and usage instructions—including Docker, Docker‑Compose, and Harbor setup commands—to get a secure, CNCF‑certified container image repository up and running.

CNCFContainer SecurityDevOps
0 likes · 7 min read
Step‑by‑Step Guide to Deploying an Enterprise‑Grade Harbor Private Registry
Top Architect
Top Architect
Jul 28, 2023 · Cloud Native

Docker Containerization: Building Images, Setting Up a Private Registry, and Deploying with Docker Compose

This tutorial explains the advantages of Docker containerization, shows how to write a Dockerfile, build and tag images, configure a private Docker Registry with Docker‑Compose, push and pull images, and finally run the services using Docker‑Compose, providing a complete end‑to‑end workflow.

ContainerizationDockerfiledocker
0 likes · 12 min read
Docker Containerization: Building Images, Setting Up a Private Registry, and Deploying with Docker Compose
Selected Java Interview Questions
Selected Java Interview Questions
Mar 30, 2023 · Cloud Native

Docker Container Deployment: Building Images, Setting Up a Private Registry, and Running Services

This guide explains the advantages of Docker containerization, shows how to write a Dockerfile and build a custom image, details the creation of a private Docker Registry with Docker‑Compose and a Web UI, and demonstrates tagging, pushing, pulling, and running the image in production.

ContainerizationDevOpsdocker
0 likes · 9 min read
Docker Container Deployment: Building Images, Setting Up a Private Registry, and Running Services
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 24, 2022 · Frontend Development

Understanding npm Installation Mechanisms, Lock Files, and Private Registry Setup

This article explains how npm installs dependencies, the role of package‑lock.json, the evolution from nested to flat node_modules structures, npm's caching strategy, and provides practical guidance for setting up a private npm registry and handling common installation issues.

Frontend Developmentdependency managementnode_modules
0 likes · 13 min read
Understanding npm Installation Mechanisms, Lock Files, and Private Registry Setup
Practical DevOps Architecture
Practical DevOps Architecture
Jul 21, 2021 · Cloud Native

Step‑by‑Step Guide to Installing and Using Harbor Private Docker Registry with Docker Compose

This article explains what Harbor is, why a private Docker registry is needed, and provides a detailed, command‑line tutorial—including installing Docker Compose, downloading and extracting Harbor, configuring it, and pushing images—complete with code snippets and screenshots.

Container RegistryDevOpsHarbor
0 likes · 4 min read
Step‑by‑Step Guide to Installing and Using Harbor Private Docker Registry with Docker Compose
政采云技术
政采云技术
Dec 8, 2020 · Backend Development

Setting Up an NPM Private Registry: Docker Deployment, Data Migration, and OSS Disaster Recovery

This article provides a step‑by‑step guide to building an NPM private registry using Cnpmjs.org, covering containerized deployment with Docker, migrating packages from Verdaccio, implementing OSS disaster‑recovery backups, configuring email notifications, and tips for further customization.

backenddata migrationdocker
0 likes · 13 min read
Setting Up an NPM Private Registry: Docker Deployment, Data Migration, and OSS Disaster Recovery
Beike Product & Technology
Beike Product & Technology
Nov 18, 2020 · Backend Development

How to Set Up a Private npm Registry with cnpmjs on Ubuntu

This guide explains how to build a private npm registry on Ubuntu using cnpmjs, covering MySQL installation, server configuration, repository setup, package publishing, and synchronization options, providing step‑by‑step commands and troubleshooting tips for a stable internal package management solution.

DeploymentMySQLUbuntu
0 likes · 10 min read
How to Set Up a Private npm Registry with cnpmjs on Ubuntu
DevOps Cloud Academy
DevOps Cloud Academy
Sep 15, 2020 · Operations

Configuring GitLab Runner to Pull Images from a Private Docker Registry

This guide explains how to configure a Docker‑in‑Docker GitLab Runner to pull images from a private container registry by setting the DOCKER_AUTH_CONFIG variable, covering both job‑level and runner‑level methods, credential generation, and example runner registration commands.

DevOpsGitLab CIRunner
0 likes · 6 min read
Configuring GitLab Runner to Pull Images from a Private Docker Registry
政采云技术
政采云技术
Jun 21, 2020 · Backend Development

Step‑by‑Step Guide to Building an Enterprise‑Grade Private npm Registry

This guide explains why and how to set up an enterprise‑grade private npm registry using cnpmjs.org, covering prerequisites, installation, configuration, database setup, nginx proxying, security considerations, process management with pm2, and optional cloud storage extensions.

DeploymentNginxbackend
0 likes · 17 min read
Step‑by‑Step Guide to Building an Enterprise‑Grade Private npm Registry
Architect's Tech Stack
Architect's Tech Stack
Jan 7, 2018 · Cloud Native

Step‑by‑Step Guide to Install and Configure Harbor Private Docker Registry on Ubuntu

This tutorial walks through preparing an Ubuntu host, installing Docker CE and Docker Compose, generating TLS certificates with acme.sh, downloading and configuring the Harbor registry, and finally pushing and pulling Docker images to verify a secure private Docker registry setup.

HarborRegistryTLS
0 likes · 12 min read
Step‑by‑Step Guide to Install and Configure Harbor Private Docker Registry on Ubuntu