Centos7的docker操作报错:error pulling image configuration:

error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/f9/f9b9909726890b00d2098081642edf32e5211b7ab5
3563929a47f250bcdc1d7c/data?verify=1588523580-nemU%2By0Unl0Pob7jDA%2Fbio%2BVLWM%3D: net/http: TLS handshake timeout

问题发生原因:时间不同步

解决办法:执行下面命令同步时间

ntpdate time.windows.com

若遇到命令不存在错误,请先安装ntpdate命令:yum -y install netdate

 

posted @ 2020-05-04 00:12  画语清尘  阅读(7233)  评论(0编辑  收藏  举报