Skip to content

Commit

Permalink
harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
opcache committed May 30, 2020
1 parent afd1006 commit 5b72f68
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions harbor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# harbor

## docker快速安装harbor
## 有问题可以反馈 https://aq2.cn/

```
bash install-harbor.sh
```
16 changes: 16 additions & 0 deletions harbor/install-harbor.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh
## docker快速安装harbor
## 有问题可以反馈 https://aq2.cn/
## 先安装 docker 17.06.0-ce和 docker-compose 1.18.0以上版本
mkdir -p /opt/soft
cd /opt/soft
wget https://github.com/goharbor/harbor/releases/download/v1.10.2/harbor-offline-installer-v1.10.2.tgz

tar xvf harbor-offline-installer-v1.10.2.tgz

cd harbor
## vi harbor.yml 修改配置 和 HTTPS

bash install.sh
## 执行安装脚本
echo ok

0 comments on commit 5b72f68

Please sign in to comment.