带你解决 docker 拉取镜像报错:x509: certificate has expired or is not yet valid

Posted 南淮北安

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带你解决 docker 拉取镜像报错:x509: certificate has expired or is not yet valid相关的知识,希望对你有一定的参考价值。

文章目录

一、问题描述

docker 拉取镜像出现 X509 错误:

二、解决办法

docker pull镜像时出现 x509 问题,一般应该是证书问题或者系统时间问题

先 date 看一下时间对不对,如果时间跟实际时间对不上一般就是系统时间问题.

(1)时间问题解决:日期错误


更新时间同步即可:ntpdate cn.pool.ntp.org

如果提示不存在 ntpdate 命令需要先安装该命令:yum install ntpdate

时间更新完毕,重新拉取即可:


(2)如果是证书的问题需要编辑 daemo.json 文件:vi /etc/docker/daemon.json

文件内添加:


"registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]



然后重启下 docker 服务:docker restart

以上是关于带你解决 docker 拉取镜像报错:x509: certificate has expired or is not yet valid的主要内容,如果未能解决你的问题,请参考以下文章

Docker pull拉取镜像报错“Error response from daemon: Get “https://registry-1.docker.io/v2”解决办法

docker报错: x509: certificate has expired or is not yet valid

docker 报错:x509: certificate has expired or is not yet valid

docker pull下载镜像时的报错及其解决方法

docker报错: x509: certificate has expired or is not yet valid

docker镜像拉取失败