作为一种新兴的虚拟化方式,Docker 跟传统的虚拟化方式相比具有众多的优势。
对于学习新技术、快速搭建实验环境等是很不错的选择。优势大致总结如下:
aliyuncs
。具体操作命令如下所示:vi /etc/docker/daemon.json # 没有该文件则新建
# 添加以下参数,也可以新增其他国内镜像源
{
"registry-mirrors": ["https://9cpn8tt6.mirror.aliyuncs.com"]
}
docker
服务,重新拉取目标镜像,速度有明显变化,问题得到解决。systemctl daemon-reload
systemctl restart docker
{
"registry-mirrors": [
"http://hub-mirror.c.163.com",
"https://registry.docker-cn.com",
"https://docker.mirrors.ustc.edu.cn"
]
}