Docker ERROR Get https request canceled while waiting for connection

# 1. Docker 报错

1
2
ERROR: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
报错原因: 一般是本地系统时间错误,导致报错证书过期。

# 2. 解决方法

1
2
3
4
# 安装ntpdate
[root@localhost /]# yum install ntpdate
# 同步时间
[root@localhost /]# ntpdate cn.pool.ntp.org