Tagged articles
19 articles
Page 1 of 1
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
Java High-Performance Architecture
Java High-Performance Architecture
Aug 5, 2023 · Cloud Native

How to Build, Deploy, and Manage Docker Images with a Private Registry

This guide explains the advantages of containerized deployment, walks through creating a Dockerfile, building and tagging images, setting up a private Docker Registry with a web UI, configuring clients, and using Docker Compose to launch containers, providing a complete end‑to‑end workflow for Java services.

Docker ComposeImage BuildPrivate Registry
0 likes · 10 min read
How to Build, Deploy, and Manage Docker Images with a Private Registry
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.

Docker ComposeImage BuildPrivate Registry
0 likes · 9 min read
Docker Container Deployment: Building Images, Setting Up a Private Registry, and Running Services
Liangxu Linux
Liangxu Linux
Aug 22, 2022 · Cloud Computing

Essential Docker FAQ: Concepts, Commands, and Best Practices

This comprehensive guide answers common Docker questions, covering its definition, use cases, advantages, differences from virtual machines, core components, installation steps, storage configuration, image management, container creation, networking modes, data volumes, private registry setup, backup, and MySQL deployment.

ContainersDockerImage Management
0 likes · 17 min read
Essential Docker FAQ: Concepts, Commands, and Best Practices
Alipay Experience Technology
Alipay Experience Technology
Jul 27, 2022 · Frontend Development

Solving npm Dependency Chaos in Frontend Infrastructure

A frontend engineer tackles slow npm installs, massive disk usage, a buggy package causing infinite loops, and the need for security scanning by deploying a domestic mirror, using npm overrides, and adopting cnpmcore for enterprise‑grade package management.

OverridesPrivate Registrycnpmcore
0 likes · 4 min read
Solving npm Dependency Chaos in Frontend Infrastructure
Open Source Linux
Open Source Linux
Jan 12, 2021 · Information Security

How to Secure Docker Images: Run as Non‑Root, Use Private Registries, and Minimize Attack Surface

This guide explains essential Docker security practices—including running containers as non‑root users, employing private registries, minimizing image size, using multi‑stage builds, and enabling Docker Content Trust—to reduce attack vectors and protect containerized applications.

Container SecurityDockerImage Hardening
0 likes · 11 min read
How to Secure Docker Images: Run as Non‑Root, Use Private Registries, and Minimize Attack Surface
政采云技术
政采云技术
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 MigrationPrivate Registry
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.

DeploymentPrivate RegistryUbuntu
0 likes · 10 min read
How to Set Up a Private npm Registry with cnpmjs on Ubuntu
ITPUB
ITPUB
Oct 18, 2019 · Cloud Native

Deploy a Highly Available Kubernetes 1.12.5 Cluster with Kubespray

This guide walks through setting up password‑less SSH, downloading a specific Kubespray tag, customizing image repositories, configuring Docker mirrors, adjusting DNS and network plugins, and finally running Ansible playbooks to provision a HA Kubernetes 1.12.5 cluster.

AnsibleDockerHA
0 likes · 10 min read
Deploy a Highly Available Kubernetes 1.12.5 Cluster with Kubespray
Alibaba Cloud Native
Alibaba Cloud Native
Oct 9, 2019 · Cloud Native

Why Private Docker Image Pull Fails and How K8s Automates It with OAuth

This article explains why private Docker image pulls often fail due to credential handling, walks through the OAuth 2.0 protocol, details Docker login and manifest retrieval steps, and shows how Kubernetes automates secure image pulling using secrets, admission controllers, and the Acr credential helper.

DockerImage Pull SecretsKubernetes
0 likes · 12 min read
Why Private Docker Image Pull Fails and How K8s Automates It with OAuth