centos上使用docker部署bladex boot之服务器配置加速镜像
Posted edrp.cn的Blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos上使用docker部署bladex boot之服务器配置加速镜像相关的知识,希望对你有一定的参考价值。
在拉取镜像的时候速度过慢可以使用Aliyun的镜像来加速,设置如下(在服务器上设置)
修改daemon配置文件/etc/docker/daemon.json来使用加速器
# sudo mkdir -p /etc/docker
# sudo tee /etc/docker/daemon.json <<-‘EOF‘
{
"registry-mirrors": ["https://tyk3x6d5.mirror.aliyuncs.com"]
}
EOF
# sudo systemctl daemon-reload
# sudo systemctl restart docker
以上是关于centos上使用docker部署bladex boot之服务器配置加速镜像的主要内容,如果未能解决你的问题,请参考以下文章
在Docker Centos上部署Jenkins(包含Jenkins汉化)