linux加入非官方镜像,解决Centos7中docker无法从非官方库中pull镜像

系统版本

[root@bogon ~]# cat /etc/redhat-release

CentOS Linux release 7.1.1503 (Core)

docker版本

[root@bogon ~]# docker --version

Docker version 1.7.1, build 446ad9b/1.7.1

错误信息

[root@bogon ~]#  docker pull dl.dockerpool.com:5000/ubuntu:12.04

Error response from daemon: invalid registry endpoint https://dl.dockerpool.com:5000/v0/: unable to ping registry endpoint https://dl.dockerpool.com:5000/v0/

v2 ping attempt failed with error: Get https://dl.dockerpool.com:5000/v2/: tls: oversized record received with length 28012

v1 ping attempt failed with error: Get https://dl.dockerpool.com:5000/v1/_ping: tls: oversized record received with length 28012. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `--insecure-registry dl.dockerpool.com:5000` to the daemon's arguments. In the case of HTTPS, if you have access to the registry's CA certificate, no need for the flag; simply place the CA certificate at /etc/docker/certs.d/dl.dockerpool.com:5000/ca.crt

[root@bogon ~]#

解决办法:

修改/etc/sysconfig/docker文件,增加如下信息

OPTIONS='--selinux-enabled --insecure-registry dl.dockerpool.com:5000'

重启docker服务并重新下载

[root@bogon ~]# systemctl restart docker.service

[root@bogon ~]#  docker pull dl.dockerpool.com:5000/ubuntu:12.04

Trying to pull repository dl.dockerpool.com:5000/ubuntu ...

0b310e6bf058: Download complete

511136ea3c5a: Download complete

5f18d94c3eca: Download complete

53db23c604fd: Download complete

9f045ea36057: Download complete

d03a1a9d7555: Download complete

30868777f275: Download complete

Status: Downloaded newer image for dl.dockerpool.com:5000/ubuntu:12.04

本文由 CentOS中文站 - 专注Linux技术 作者:centos 发表,其版权均为 CentOS中文站 - 专注Linux技术 所有,文章内容系作者个人观点,不代表 CentOS中文站 - 专注Linux技术 对观点赞同或支持。如需转载,请注明文章来源。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值