centos7 安裝docker本地倉庫出現 http: server gave HTTP response to HTTPS client 錯誤解決方案
推薦看這篇文章 https://www.cnblogs.com/panwenbin-logs/p/7999120.html
出現http: server gave HTTP response to HTTPS client錯誤或無法訪問/opt/registry/docker/registry/v2/repositories/: 沒有那個檔案或目錄 錯誤的按以下方式配置
1.開啟5000埠 firewall-cmd --zone=public --permanent --add-port=5000/tcp
重啟防火牆 service firewalld restart
2.關閉selinux
vim /etc/sysconfig/selinux
將 SELINUX=enforcing 改為 SELINUX=disabled
在下一行新增 setenforce 0
3.container內的root擁有真正的root許可權,否則,container內的root只是外部的一個普通使用者許可權。privileged啟動的容器,可以看到很多host上的裝置,並且可以執行mount。甚至允許你在docker容器中啟動docker容器。所以,在啟動容器的時候加入privileged引數
docker run --privileged=true -idt -v /opt/registry:/var/lib/registry -p 5000:5000 --restart=always --name registry-server registry:2
相關文章
- Docker 私有倉庫,pull映象報錯:server gave HTTP response to HTTPS clientDockerServerHTTPclient
- Docker 私有倉庫,上傳映象報錯:server gave HTTP response to HTTPS clientDockerServerHTTPclient
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- 搭建 docker registry 私有倉庫並解決報錯Get https://xxx.xxx.xxx.xxx:5000/v1/_ping: http: server gave HTTP respDockerHTTPServer
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- Centos7安裝docker倉庫HarborCentOSDocker
- 伺服器出現 HTTP 錯誤程式碼,及解決方法伺服器HTTP
- Http failure response 0 Unknown error 錯誤分析HTTPAIError
- HTTP代理錯誤怎麼解決?HTTP
- 安裝vCenter Server出現1603錯誤的一種解決方法Server
- 經常出現 HTTP Status 500 -錯誤HTTP
- centos8安裝docker錯誤解決CentOSDocker
- HTTP 錯誤 500.19 - Internal Server ErrorHTTPServerError
- centos7部署瓦力可能出現的錯誤以及解決方案CentOS
- docker中安裝tcpdump出錯解決方法DockerTCP
- Windows作業系統雲虛擬主機解決方案 “HTTP 錯誤 500.19 - Internal Server Error”Windows作業系統HTTPServerError
- 解決Centos7 yum 出現could not retrieve mirrorlist 錯誤CentOS
- ant構建時出現錯誤解決方案
- 使用獨立模式安裝Sharepoint Server 2013出現建立示例資料錯誤的解決方案模式Server
- Python: 安裝 sklearn 包出現錯誤的解決方法Python
- ubuntu安裝軟體出現Unable to locate package錯誤解決UbuntuPackage
- 解決centos7 安裝MySQLdb-python 報錯 方案CentOSMySqlPython
- 解決:javadoc生成出現錯誤“軟體包 javax.servlet.http 不存在”JavaServletHTTP
- maven本地倉庫安裝jarMavenJAR
- 安裝 Lua 的 HTTP 庫HTTP
- HTTP錯誤列表HTTP
- http 錯誤表HTTP
- php抓取https網址出現錯誤的解決方法PHPHTTP
- SQL Server 錯誤程式碼:17058 。解決方案SQLServer
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- svn This client is too old to work with working copy錯誤解決方案client
- 安裝CentOS7出現dracut:/#……time解決辦法CentOS
- 安裝npm報錯,安裝淘寶映象cnpm時出現問題及解決方案NPM
- ORACLE 使用DBCA安裝資料庫出現錯誤Oracle資料庫
- Holer實現外網訪問本地Apache HTTP ServerApacheHTTPServer
- HTTP錯誤程式碼HTTP
- ubuntu 20.04 安裝 vim 出錯的解決方案Ubuntu
- 關於IIS安裝後出現500錯誤的解決辦法