We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker默认的源为国外官方源,下载速度较慢,可改为国内,加速 具体操作: 注:docker文件夹没有daemon.json的新建即可 上面图片的文字版:
{ "registry-mirrors": ["http://hub-mirror.c.163.com"] }
save保存后退出 重启docker:
systemctl restart docker
这样执行这一步时 效率会大幅提高
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker默认的源为国外官方源,下载速度较慢,可改为国内,加速
![image](https://user-images.githubusercontent.com/16486808/67180371-05774c00-f40c-11e9-87dc-75091a8519ec.png)
具体操作:
注:docker文件夹没有daemon.json的新建即可
上面图片的文字版:
save保存后退出
重启docker:
这样执行这一步时 效率会大幅提高
The text was updated successfully, but these errors were encountered: