Centos deploys blade installation for Harbor installation

1. Download Harbor

# wget https://storage.googleapis.com/harbor-releases/release-1.9.0/harbor-offline-installer-v1.9.4.tgz 

(# Take the / data / directory as an example 

# mkdir /data/

# cd / date /

Note: If you cannot download, you can download and upload locally, you can use the rz command

# yum install -y lrzsz

# rz 

Note: Select the downloaded harbor compressed package in the pop-up window, and decompress it after the upload is successful:

#  tar zxvf harbor.tgz

Enter the extracted directory harbor)

# cd /harbor

Modify the harbor.yml configuration file

hostname:saber.bladex.vip

port:81

(Use vim to modify, i edit: wq to save)

# ./install.sh

After the installation is complete, use saber.bladex.vip:81 to access, the default user and password are: admin and Harbor12345

Guess you like

Origin www.cnblogs.com/edrp/p/12716559.html