美文网首页
常见错误

常见错误

作者: 不死鸟F21 | 来源:发表于2020-01-29 16:11 被阅读0次
1.docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout.
See 'docker run --help'.

解决方案:
a.新建/etc/docker/daemon.json
添加内容
{
"registry-mirrors":["https://pee6w651.mirror.aliyuncs.com"]
}
重启docker 服务
systemctl restart docker


相关文章

  • 常见错误

    1、spring默认只会扫描resources下的属性文件,而对于java包下的属性文件会被忽略。如果想要编译ja...

  • 常见错误

    错误1 导致原因 解决办法 错误二: library not found for - 参考 解决方法:获取 库...

  • 常见错误

    微信自定义菜单 EasyWechat :4.0最新版本 1.微信公众号配置网页授权域名微信报无法访问xxx.com...

  • 常见错误

    Test is not an annotation type描述:在使用junit进行单元测试时,在方法前声明@T...

  • 常见错误

    1、phpmyadmin 登录失败#1045无法登录MySQL服务器解决:(两种情况) 配置文件权限错误:修改ph...

  • 常见错误

    Permission Denial: opening provider 隐藏的android:exported属性...

  • 常见错误

    Xcode 7 创建新项目用到 UIWebView 发送请求时,报下面的错: “App Transport Sec...

  • 常见错误!

    命令行error(命令行中 xxx命令) solution(npm bin -g=>string expor...

  • 常见错误

    3、 搜索课程app端明明能搜索出东西,但是就是不能一搜索就搜索出来,要按一下选择大学级别才能搜出来 => ...

  • 常见错误

    @interface @end和@implementation @end不能嵌套包含 OC是弱语法,可以只有@im...

网友评论

      本文标题:常见错误

      本文链接:https://www.haomeiwen.com/subject/soavthtx.html