Docker pull error : x509: certificate has expired or is not yet valid

后端 未结 13 1987
轻奢々
轻奢々 2021-02-19 00:13

Description of problem:

I\'m trying to pull ubuntu from the public registry with this command :

docker pull ubuntu

And then i got this

13条回答
  •  耶瑟儿~
    2021-02-19 00:34

    This happened also to me:

    • while trying to login to an Artifactory.
    • when my local docker daemon has been running for a couple weeks.

    I simply restarted my local docker daemon, and could login to the Artifactory with no error message.

提交回复
热议问题