标签:bin 文件 tty blog /etc/ source tail 速度 中国
docker run -p 8050:8050 scrapinghub/splash --registry-mirror=http://hub-mirror.c.163.com
from:https://blog.csdn.net/yhjay88/article/details/73790487?utm_source=itdadao&utm_medium=referral
从网上找了几个速度比较快的镜像地址:
https://registry.docker-cn.com
http://hub-mirror.c.163.com
https://docker.mirrors.ustc.edu.cn
修改方法
docker run hello-world --registry-mirror=https://docker.mirrors.ustc.edu.cn
DOCKER_OPTS="--registry-mirror=https://docker.mirrors.ustc.edu.cn"
[Service]
ExecStart=
ExecStart=/usr/bin/docker -d -H fd:// --registry-mirror=https://docker.mirrors.ustc.edu.cn
{
"registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
}
我使用电信网络,感觉网易的比较快。
标签:bin 文件 tty blog /etc/ source tail 速度 中国
原文地址:https://www.cnblogs.com/bonelee/p/9253283.html