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

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

    You need to check with network configuration.If you assign single network interface you will get this issue.In network setting check NIC's are enable both public and private.

提交回复
热议问题