docker registry私有仓库的一些错误解决办法
Error response from daemon: login attempt to https://test.io:5000/v2/ failed with status: 401 Unauthorized这种情况是用户名或者密码错误导致Error response from daemon: Get https://test.io:5000/v1/users/: x509: certifi
Error response from daemon: login attempt to https://test.io:5000/v2/ failed with status: 401 Unauthorized
这种情况是用户名或者密码错误导致
Error response from daemon: Get https://test.io:5000/v1/users/: x509: certificate signed by unknown authority
这种情况是你的主机上的CA.crt证书和私有仓库上的CA.crt证书不匹配导致,自己主机上的CA.crt一般都是私有仓库
那边签发下来的。具体步骤可以看我上一篇博客
{“errors”:[{“code”:“UNSUPPORTED”,“message”:“The operation is unsupported.”}]}
这种情况是私有仓库不支持删除操作,需要在配置文件config.yml中增加delete:enabled:true字段
error during connect: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.30/auth: EOF
这种情况是/etc/ssl目录下没有certs文件夹导致
更多推荐
所有评论(0)