91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Docker私服倉庫Harbor安裝的步驟詳解

發布時間:2020-08-25 09:36:09 來源:腳本之家 閱讀:210 作者:木木在唱歌 欄目:服務器

Harbor安裝那里還是很簡單,就是在Docker Login那里掉坑里去了,搞半天,寫博客的時候,又重新安裝了一遍

Docker私服倉庫Harbor安裝的步驟詳解

1.準備兩臺服務器

  • centos7
  • harbor 10.19.46.15
  • client 10.19.44.31

2.harbor需要安裝docker和docker-composere,client只需要安裝docker

Docker安裝

yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum -y install docker-ce
systemctl start docker

Docker Compose 安裝

Docker Compose 安裝
yum install epel-release
yum install -y python-pip
pip install docker-compose
yum install git

harbor1.8 下載

https://github.com/goharbor/harbor/releases

Docker私服倉庫Harbor安裝的步驟詳解

解壓出來

[root@harbor harbor]# ll
總用量 32
-rw-r--r--. 1 root root 4519 5月 21 15:59 harbor.yml
-rwxr-xr-x. 1 root root 5088 5月 21 15:59 install.sh
-rw-r--r--. 1 root root 11347 5月 21 15:59 LICENSE
-rwxr-xr-x. 1 root root 1654 5月 21 15:59 prepare

修改harbor.yml

hostname 這里設置本機的ip

harbor_admin_password web頁面的密碼

運行

sh ./install.sh

安裝成功

......
Status: Downloaded newer image for goharbor/harbor-registryctl:v1.8.0
Creating harbor-log ... done
Creating harbor-db ... done
Creating registry ... done
Creating redis ... done
Creating registryctl ... done
Creating harbor-core ... done
Creating harbor-jobservice ... done
Creating harbor-portal ... done
Creating nginx  ... done

✔ ----Harbor has been installed and started successfully.----

Now you should be able to visit the admin portal at http://10.19.46.15. 
For more details, please visit https://github.com/goharbor/harbor .

訪問頁面

http://10.19.46.15

Docker私服倉庫Harbor安裝的步驟詳解

如果想要停止,或者是服務器重啟了,需要手動重啟,在harbor的安裝目錄,里執行命令

[root@harbor harbor]# ll
總用量 40
drwxr-xr-x. 3 root root 20 5月 22 22:24 common
-rw-r-----. 1 root root 5183 5月 22 22:24 docker-compose.yml
-rw-r--r--. 1 root root 4514 5月 22 22:23 harbor.yml
-rwxr-xr-x. 1 root root 5088 5月 21 15:59 install.sh
-rw-r--r--. 1 root root 11347 5月 21 15:59 LICENSE
-rwxr-xr-x. 1 root root 1654 5月 21 15:59 prepare

# 停止
[root@harbor harbor]# docker-compose stop
Stopping nginx  ... done
Stopping harbor-portal ... done
Stopping harbor-jobservice ... done
Stopping harbor-core ... done
Stopping registryctl ... done
Stopping redis  ... done
Stopping registry  ... done
Stopping harbor-db  ... done
Stopping harbor-log ... done

# 運行
[root@harbor harbor]# docker-compose start
Starting log  ... done
Starting postgresql ... done
Starting redis ... done
Starting registry ... done
Starting core ... done
Starting jobservice ... done
Starting portal ... done
Starting proxy ... done
Starting registryctl ... done

在另外一個服務器(client)登錄harbor

[root@client ~]# docker login 10.19.46.15
Username: admin
Password: 
Error response from daemon: Get https://10.19.46.15/v2/: dial tcp 10.19.46.15:443: connect: connection refused

這是因為docker1.3.2版本開始默認docker registry使用的是https,我們設置Harbor默認http方式,所以當執行用docker login、pull、push等命令操作非https的docker regsitry的時就會報錯。

解決https

在harbor那臺服務器,在harbor的安裝目錄

vim docker-compose.yml

Docker私服倉庫Harbor安裝的步驟詳解

然后同時編輯harbor和client的docker配置文件,10.19.46.15 是harbor的ip地址

# 1.
vim /etc/docker/daemon.json

{
 "insecure-registries": [
 "10.19.46.15"
 ]
}

# 2.添加ExecStart=/usr/bin/dockerd |--insecure-registry=10.19.46.15
vim /usr/lib/systemd/system/docker.service

# 把這行注釋掉,添加下面的配置 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
ExecStart=/usr/bin/dockerd
  |--insecure-registry=10.19.46.15

1.重啟harbor 的 docker-compose,命令文上有
2.重啟docker

 systemctl daemon-reload
systemctl restart docker

client 登錄倉庫

[root@client ~]# docker login 10.19.46.15 
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

偷工減料

pull 的命令

Docker私服倉庫Harbor安裝的步驟詳解

推送和打tag的命令

Docker私服倉庫Harbor安裝的步驟詳解

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

大方县| 通山县| 城口县| 洛阳市| 金堂县| 崇左市| 安阳市| 卢湾区| 赞皇县| 香港| 西安市| 合川市| 张家界市| 武义县| 房产| 舞阳县| 芒康县| 舟山市| 阳西县| 阿瓦提县| 喀什市| 芮城县| 泰宁县| 错那县| 陇西县| 藁城市| 江阴市| 安溪县| 崇明县| 佳木斯市| 靖西县| 台前县| 宝应县| 汪清县| 黔西| 永善县| 襄城县| 商河县| 清河县| 九龙坡区| 新余市|