英文:
unable to pull python from official docker registry
问题
When I use docker pull python:3
it outputs:
3: 从库/python拉取
32fb02163b6b: 1秒后重试
167c7feebee8: 1秒后重试
d6dfff1f6f3d: 1秒后重试
e9cdcd4942eb: 等待
ca3bce705f6c: 等待
5e1c6c4f8bbf: 等待
2da42ff3382c: 等待
86f9457966ab: 等待
896264e2a03c: 等待
拉取图像配置时出错:尝试次数=6后下载失败:x509:由未知授权机构签署的证书
How is that possible if per default it pulls from the official docker registry?
英文:
When I use docker pull python:3
it outputs:
3: Pulling from library/python
32fb02163b6b: Retrying in 1 second
167c7feebee8: Retrying in 1 second
d6dfff1f6f3d: Retrying in 1 second
e9cdcd4942eb: Waiting
ca3bce705f6c: Waiting
5e1c6c4f8bbf: Waiting
2da42ff3382c: Waiting
86f9457966ab: Waiting
896264e2a03c: Waiting
error pulling image configuration: download failed after attempts=6: x509: certificate signed by unknown authority
How is that possible if per default it pulls from the official docker registry?
答案1
得分: 0
我安装了公司软件,它干扰了我的SSL证书。
英文:
I had company software installed that was messing with my ssl-certificates
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论