由于国情,我们需要对配置一下docker的下载镜像,提高一下后续的加载速度。 使用vim编辑 /etc/docker/daemon.json, 增加如下内容。

{
  "registry-mirrors": ["https://6xacs6l2.mirror.aliyuncs.com"]
}

启动我们的docker服务



作者:hoptop
链接:https://www.jianshu.com/p/2faca4e1f6fb
来源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

相关文章:

  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
  • 2021-06-29
  • 2022-01-29
猜你喜欢
  • 2022-01-13
  • 2021-06-01
  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
相关资源
相似解决方案