安利最全docker加速器配置

Posted 闭关苦炼内功

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安利最全docker加速器配置相关的知识,希望对你有一定的参考价值。

之前写过 docker专栏
https://blog.csdn.net/frdevolcqzyxynjds/category_9967030.html

本篇文章是继 运维之docker启动失败Failed to start Docker Application Container Engine.
这篇文章后,安利最全docker加速器配置


关键配置信息

{
“registry-mirrors”: [
“https://dockerhub.azk8s.cn”,
“https://reg-mirror.qiniu.com”,
“https://bjtzu1jb.mirror.aliyuncs.com”
]
}


以下是详细操作

[root@localhost ~]# ll /etc/docker/daemon.json
-rw-r--r-- 1 root root 130 Feb 17 10:34 /etc/docker/daemon.json
[root@localhost ~]#

[root@localhost ~]# vim /etc/docker/daemon.json

[root@localhost ~]# cat /etc/docker/daemon.json
{
"registry-mirrors": [
"https://dockerhub.azk8s.cn",
"https://reg-mirror.qiniu.com",
"https://bjtzu1jb.mirror.aliyuncs.com"
]
}
[root@localhost ~]#

然后操作

  • 重新加载daemon.json配置
    systemctl daemon-reload

  • 重启docker服务
    systemctl restart docker


小伙伴们,你学废了没?

人生苦短,早休息!

以上是关于安利最全docker加速器配置的主要内容,如果未能解决你的问题,请参考以下文章

Docker配置国内加速器加速镜像下载

Sublime text3最全快捷键清单

如何给Docker配置官方国内加速镜像

如何给Docker配置官方国内加速镜像

最全最详细publiccms常用的代码片段

全网最全最细青龙面板搭配Ninja+依赖+Ninja配置的超细讲解教程!!!