unable to pull python from official docker registry

Question:

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?

Asked By: Cake

||

Answers:

I had company software installed that was messing with my ssl-certificates

Answered By: Cake
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.