日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

修改docker-仓库资源地址Error response from daemon: Get https://index.docker.io/v1/search

發布時間:2025/3/11 编程问答 28 豆豆
生活随笔 收集整理的這篇文章主要介紹了 修改docker-仓库资源地址Error response from daemon: Get https://index.docker.io/v1/search 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

?

[root@zengmg /]# docker search centos
Error response from daemon: Get https://index.docker.io/v1/search?q=centos: read tcp 52.200.132.201:443: i/o timeout

?

docker在中國已經有了倉庫:https://www.docker-cn.com/registry-mirror

?

根據上面網站提供的修改方法。

?

進入/etc/docker

查看有沒有?daemon.json。這是docker默認的配置文件。

如果沒有新建,如果有,則修改。

?

[root@zengmg docker]# vi daemon.json
{
? "registry-mirrors": ["https://registry.docker-cn.com"]
}

保存退出。

?

重啟docker服務

service docker restart

成功!

?

[root@zengmg docker]# docker search centos
NAME ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? DESCRIPTION ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? STARS ? ? OFFICIAL ? AUTOMATED
centos ? ? ? ? ? ? ? ? ? ? ? ? ? ? The official build of CentOS. ? ? ? ? ? ? ? ? ? 3732 ? ? ?[OK] ? ? ??
ansible/centos7-ansible ? ? ? ? ? ?Ansible on Centos7 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?102 ? ? ? ? ? ? ? ? ?[OK]
jdeathe/centos-ssh ? ? ? ? ? ? ? ? CentOS-6 6.9 x86_64 / CentOS-7 7.4.1708 x8... ? 87 ? ? ? ? ? ? ? ? ? [OK]
tutum/centos ? ? ? ? ? ? ? ? ? ? ? Simple CentOS docker image with SSH access ? ? ?33 ? ? ? ? ? ? ? ? ??
imagine10255/centos6-lnmp-php56 ? ?centos6-lnmp-php56 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?31 ? ? ? ? ? ? ? ? ? [OK]
gluster/gluster-centos ? ? ? ? ? ? Official GlusterFS Image [ CentOS-7 + ?Glu... ? 20 ? ? ? ? ? ? ? ? ? [OK]
kinogmt/centos-ssh ? ? ? ? ? ? ? ? CentOS with SSH ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 17 ? ? ? ? ? ? ? ? ? [OK]
centos/php-56-centos7 ? ? ? ? ? ? ?Platform for building and running PHP 5.6 ... ? 10 ? ? ? ? ? ? ? ? ??
openshift/base-centos7 ? ? ? ? ? ? A Centos7 derived base image for Source-To... ? 10 ? ? ? ? ? ? ? ? ??
centos/python-35-centos7 ? ? ? ? ? Platform for building and running Python 3... ? 9 ? ? ? ? ? ? ? ? ? ?
openshift/mysql-55-centos7 ? ? ? ? DEPRECATED: A Centos7 based MySQL v5.5 ima... ? 6 ? ? ? ? ? ? ? ? ? ?
openshift/jenkins-2-centos7 ? ? ? ?A Centos7 based Jenkins v2.x image for use... ? 5 ? ? ? ? ? ? ? ? ? ?
openshift/ruby-20-centos7 ? ? ? ? ?DEPRECATED: A Centos7 based Ruby v2.0 imag... ? 3 ? ? ? ? ? ? ? ? ? ?
darksheer/centos ? ? ? ? ? ? ? ? ? Base Centos Image -- Updated hourly ? ? ? ? ? ? 3 ? ? ? ? ? ? ? ? ? ?[OK]
indigo/centos-maven ? ? ? ? ? ? ? ?Vanilla CentOS 7 with Oracle Java Developm... ? 1 ? ? ? ? ? ? ? ? ? ?[OK]
openshift/php-55-centos7 ? ? ? ? ? DEPRECATED: A Centos7 based PHP v5.5 image... ? 1 ? ? ? ? ? ? ? ? ? ?
pivotaldata/centos-gpdb-dev ? ? ? ?CentOS image for GPDB development. Tag nam... ? 1 ? ? ? ? ? ? ? ? ? ?
pivotaldata/centos-mingw ? ? ? ? ? Using the mingw toolchain to cross-compile... ? 1 ? ? ? ? ? ? ? ? ? ?
miko2u/centos6 ? ? ? ? ? ? ? ? ? ? CentOS6 ?—¥???èa??’°?¢? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1 ? ? ? ? ? ? ? ? ? ?[OK]
blacklabelops/centos ? ? ? ? ? ? ? CentOS Base Image! Built and Updates Daily! ? ? 1 ? ? ? ? ? ? ? ? ? ?[OK]
smartentry/centos ? ? ? ? ? ? ? ? ?centos with smartentry ? ? ? ? ? ? ? ? ? ? ? ? ?0 ? ? ? ? ? ? ? ? ? ?[OK]
pivotaldata/centos ? ? ? ? ? ? ? ? Base centos, freshened up a little with a ... ? 0 ? ? ? ? ? ? ? ? ? ?
openshift/wildfly-101-centos7 ? ? ?A Centos7 based WildFly v10.1 image for us... ? 0 ? ? ? ? ? ? ? ? ? ?
jameseckersall/sonarr-centos ? ? ? Sonarr on CentOS 7 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?0 ? ? ? ? ? ? ? ? ? ?[OK]
pivotaldata/centos-gcc-toolchain ? CentOS with a toolchain, but unaffiliated ... ? 0 ? ? ? ? ? ? ? ? ? ?
[root@zengmg docker]#?

?

?

-------------

請關注我的訂閱號? ?松門一枝花? ?


?

創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎

總結

以上是生活随笔為你收集整理的修改docker-仓库资源地址Error response from daemon: Get https://index.docker.io/v1/search的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。