Unable to pull python from official docker registry.

huangapple go评论58阅读模式
英文:

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

huangapple
  • 本文由 发表于 2023年3月20日 23:32:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/75792278.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定