1. Preparation 1.1 harbor download harbor download address: link add link description and then we can choose the version we need, I chose v1.8.3
1.2 Docker installation For docker installation and yum source installation, please refer to the article "Docker Getting Started Tutorial (Part 2)". 2. Build 2.1 Unzip harbor
2.2 Modify the configuration file Modify the harbor.yml file under the harbor directory This needs to be modified 2.3 Install docker-compose harbor relies on docker-compose for stand-alone orchestration. So we need to install docker-compose
2.4 Edit docker daemon.json Modify the /etc/docker/daemon.json file
Add to
Restart Docker
2.5 Start Harbor
You can use the command to check if there is any
2.6 Browser Access Just use harbor's ip to access it. The default port is 80. 3. Testing Log in to the harbor portal 3.1 New Project 3.2 Push the image to harbor 3.2.1 Login
3.2.2 Tagging Let me take a look at my local image first Then I use the alpine 3.10.3 image and tag it
Then push our built image to the private warehouse
Finally, let's see if there is any in the harbor portal That's it. This is the end of this article about the process of building a docker private warehouse harbor. For more information about building a docker private warehouse harbor, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: A brief discussion on using virtual lists to optimize tables in el-table
>>: Detailed explanation of the principles and usage of MySQL data types and field attributes
1. Download the software 1. Go to the MySQL offic...
<br />Just like an article, our web pages sh...
Server Status Analysis View Linux server CPU deta...
let Utils = { /** * Is it the year of death? * @r...
Table of contents MySQL case sensitivity is contr...
Index merging is an intelligent algorithm provide...
Docker Compose Docker Compose is a tool for defin...
Upgrade background: In order to solve the vulnera...
When doing web development, you may encounter the...
Preface In WEB development, we often involve cros...
The docker create command can create a container ...
Hello everyone, I am Liang Xu. When using Linux, ...
1. Background 1.1 Problems A recent product testi...
one: 1. Semantic tags are just HTML, there is no ...
This article uses an example to describe how to q...