Docker–harbor private warehouse deployment and management

Table of Contents Introduction to Harbor Harbor’s features The composition of Harbor Harbor deployment Deploy Docker-Compose service Deploy Harbor service Download or upload the Harbor installer Modify the configuration file of harbor installation Start Harbor View the Harbor boot image Create a new project Upload images on other clients Configure operations on the Docker client […]

Cloud Computing Private Cloud Openstack Construction Guide [99% Success Rate]

I have built it many times and failed many times. There are many failed experiences and tips. Please follow the tips to build it. I believe you can do it too! No river can become a sea without accumulating small streams. Only by trying more can you learn experience. Start building openstack Preparation (If not, […]

k8s pulls the image from the private warehouse

Pull images from private repositories | Kubernetes Ready to begin You must have a Kubernetes cluster, and you must configure the kubectl command line tool to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not control plane hosts. You can build your […]

Calling a private method of a class’s private inner class using reflection

Article directory Call private methods of a class using reflection kind Implementation Implement code Calling a private method of a class’s private inner class using reflection kind Implementation Implement code When performing unit testing, we often need to directly access the internal class of a certain class or the private method of a certain class. […]

Docker harbor private warehouse deployment and management

Table of Contents Docker–harbor private warehouse deployment and management 1 Harbor Introduction 2 Harbor deployment 2.1 Deploy Docker-Compose service 2.2 Deploy Harbor service 2.3 Start Harbor 2.4 View Harbor startup image 2.5 Create a new project 2.6 Upload images on other clients 3 Maintain and manage Harbor 3.1 Create a project through Harbor Web 3.2 […]

Centos8 builds an intranet private repo source

Article directory 1. Environment preparation 2. Simple system optimization 2.1 Optimization of the number of open files 2.2 Kernel parameter optimization 2.3 Turn off the firewall and selinux 2.4 Optimize history 2.5 Update Alibaba Cloud repo source & install necessary software 2.5 Speed up ssh login speed 3. Start configuration 3.1 Create base source based […]

nexus quick build-local private warehouse-maven

Scenes: Need to upload packaging starer Upload and download jar packages locally and within the LAN After the establishment, there is a local layer proxy, which can save bandwidth, and can pull packages without network, etc… Download: https://help.sonatype.com/repomanager3/product-information/download Basic instructions: proxy is used to proxy remote public repositories, such as Maven central repository hosted local […]

Docker harbor private warehouse deployment and management

Table of Contents Introduction to Harbor 1. What is Harbor? 2. Characteristics of Harbor 3. Harbor composition 1) Proxy 2) Registry 3)Core services 4) Database (harbor-db) 5)Job services 6) Log collector (harbor-log) Harbor deployment 1. Deploy Docker-Compose service 2. Deploy Harbor service 1) Download or upload the Harbor installer 2) Modify the configuration file of […]