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

后端 未结 13 1938
轻奢々
轻奢々 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:29

    Check if your docker registry is running or not. if no registry is runnign try docker run -d -p 5000:5000 --name registry registry:2

提交回复
热议问题