avatar

目录
Docker镜像加速器

Docker镜像加速器配置

1.使用阿里云镜像源

执行命令:vim /etc/docker/daemon.json

Code
1
2
3
4
5
6

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

2.使用163镜像源

执行命令:vim /etc/docker/daemon.json

Code
1
2
3
4
5
6

{
"registry-mirrors": [
"http://hub-mirror.c.163.com"
]
}
文章作者: HJY
文章链接: https://hjy-dev.github.io/2020/04/11/Docker%E9%95%9C%E5%83%8F%E5%8A%A0%E9%80%9F%E5%99%A8/
版权声明: 本博客所有文章除特别声明外,均采用 Apache License 2.0 许可协议。转载请注明来自 Kiven Blog
打赏
  • 微信
    微信
  • 支付寶
    支付寶

评论