码迷,mamicode.com
首页 > 其他好文 > 详细

Docker 换源

时间:2021-03-03 11:46:15      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:json   sys   nbsp   doc   https   target   art   etc   执行   

1、出现TLS handshake timeout错误时: 

  执行 vim /etc/docker/daemon.json命令,在阿里云https://cr.console.aliyun.com/cn-hangzhou/instances源中获取专属的加速源

 
{
  "registry-mirrors": [
    "https://dockerhub.azk8s.cn",
    "https://hub-mirror.c.163.com"-----源的地址
  ]
}

  再重启docker-----systemctl restart docker

Docker 换源

标签:json   sys   nbsp   doc   https   target   art   etc   执行   

原文地址:https://www.cnblogs.com/dengziqi/p/14468072.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!