tags: Docker
github project
This is divided into online and offline versions, I downloaded the 1.8.1 online version
# wget --continue https://storage.googleapis.com/harbor-releases/release-1.8.0/harbor-online-installer-v1.8.1.tgz
After downloading, unzip, there will be harbor.conf in the directory, which is the configuration file of Harbor
Most of the time, you only need to modify the hostname attribute and https certificate. After the configuration is complete, execute ./prepare in the current directory, and then execute ./install.sh. Harbor will download the dependent image according to the docker-compose.yml in the current directory
image.png
After the installation is complete, open the browser to access the hostname attribute you configured above, and you can see the Harbor interface.
image.png
[root@localhost harbor]# docker login harbor.docker-plus.xyz
Username: admin
Password:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
Note: The prerequisite must be installed with docker and docker-compose and start the docker Check whether docker-compose is installed If not installed, install docker-compose Use offline installation...
Centos7 install docker mirror private server harbor Docker only needs to install the stable version Configure Alibaba Cloud's accelerated image { "registry-mirrors":[ "",”htt...
1,Harbor The development and operation of container applications are inseparable from reliable image management. Considering security and efficiency, it is necessary to deploy the Registry in a privat...
table of Contents Step 1: Install dependencies Step 2: Download harbor Step 3: Generate https certificate Step 4: Installation Step 5: Configure startup Step 1: Install dependencies Since harbo...
Official website download offline installation package harbor-offline-installer-v1.7.5.tgz unzip into the directory Installation error requires installing the docker-compose environment first. First i...
1. Harbor installation preparation conditions 1.1 hardware requirements 1.2 Software requirements 1.3 Network port requirements 2. Download Harbor's installation package file 2.1 Harbor installation p...
Docker installation Harbor is Vmwar's open source enterprise-class Docker Registry management project. It mainly provides Dcoker Registry management UI, which can fully support Chinese based on role a...
surroundings Docker environment - can seeHow to install Docker in Linux Install Docker-Compose 1. Download the latest version 2. Elevate permissions 3. Testing 4. Install Harbor Install Harbor 1. Inst...
docker installation: harbor tutorial:https://github.com/goharbor/harbor/blob/master/docs/installation_guide.md git version harbor download:https://github.com/goharbor/harbor/releases Mirror version:ht...
the goal Docker upgrade installation Reference: https://www.cnblogs.com/wangzy-tongq/p/13273122.html 1, stop Docker service 2, uninstall the old version of Docker 3, install dependency bag 4, configur...