forked from aqzt/kjyw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
# harbor | ||
|
||
## docker快速安装harbor | ||
## 有问题可以反馈 https://aq2.cn/ | ||
## harbor复制同步功能出现internal server error错误 https://aq2.cn/202.html | ||
- 有问题可以反馈 https://aq2.cn/ | ||
- harbor复制同步功能出现internal server error错误 https://aq2.cn/202.html | ||
|
||
## docker快速安装harbor | ||
- 先安装docker docker-18.09.8 | ||
``` | ||
curl -s https://gitee.com/aqztcom/kjyw/raw/master/docker/install-docker-18.09.8.sh | bash | ||
``` | ||
|
||
## 快速安装docker-compose | ||
- 先安装docker-compose | ||
``` | ||
curl -s https://gitee.com/aqztcom/kjyw/raw/master/docker/install-docker-compose.sh | bash | ||
``` | ||
## 安装harbor | ||
- 安装harbor | ||
``` | ||
bash install-harbor.sh | ||
``` |