1.1 Install Harbor environment

Introduction: Harbor is an enterprise-level Registry server for storing and distributing Docker images.
Because the installation package is relatively large, it is recommended to download it offline and install it on the server

1. Download Harbor Offline Pack
Go to https://github.com/goharbor/harbor/releases, find harbor-offline-installer-v1.9.3.tgz, download it and upload it to the server.

2. Install Harbor

[root@localhost ~ xxx] tar -xvf harbor-online-installer-v1.1.1.tgz
[root@localhost ~ xxx] harbor
[root@localhost ~ xxx] vi harbor.yml

Change hostname to the IP address of the server, as shown below

[root@localhost ~ xxx] ./install.sh # Install harbor
After installation, the login address is the server IP, default port 80, default account: admin, default password: Harbor12345

Reference: https://github.com/goharbor/harbor/blob/master/docs/installation_guide.md

Intelligent Recommendation

Install private warehouse harbor

Install private warehouse harbor prerequisites: Install python version higher than 2.7 can't use 3.x Install docker docker engine version higher than 1.10 Install docker-compose version higher than 1....

Ubuntu18.04 install harbor

Foreword: There are a lot of problems in the installation process. Here I will describe them one by one, and attach a solution. There are many references to Google and Baidu in the middle, so I will n...

Harbor install and use

what isHarbor Project Harbor™It is an enterprise-class registration server for storing and distributingDockerMirror.Harbor™To expand the open source by adding functions (such as security, ...

ubuntu install harbor warehouse

I. INTRODUCTION Harbor, is an English word meaning harbor, the harbor is doing, that is parked cargo, and cargo it is packed in containers, the containers when it comes, you have to mention Docker con...

docker install harbor

Build a docker warehouse for four of us, we install harbor offline (by default, docker and docker-compose have been installed) Download offline installation package After the download is complete, thr...

More Recommendation

centos7.6 binary install harbor

harbor v1.9.1 centos 7.6 docker 18.06.1-ce preliminary work Install docker Install docker-compose 1. Download binary harbor github:https://github.com/goharbor/harbor Download offline version Harbor of...

Harbor upgrade install scanner

First back up the original files Stop harbor Add Scan Module Start harbor Open successfully...

helm3 install harbor warehouse

main content helm install harbor warehouse The installation process only takes 2 minutes Domestic sources need to be replaced with domestic sources helm repo add stable http://mirror.azure.cn/kubernet...

Install harbor mirror warehouse

donwload pkg http://harbor.orientsoft.cn/harbor-1.2.0/harbor-offline-installer-v1.2.0.tgz After downloading the installation package, load the harbor's docker image. Configure 1. Editharbor.cfg If ing...

dashboard install harbor

Kubernetes-dashboard: (All nodes) Download image: docker pull kubernetesui/dashboard:v2.0.3 docker pull kubernetesui/metrics-scraper:v1.0.4 Wget https://raw.githubusercontent.com/kubernetes/dashboard/...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top