Docker complains about invalid certificate after update to v1.7.0

后端 未结 4 586
无人及你
无人及你 2020-12-24 11:36

After updating to Docker v1.7.0 (and also boot2docker), I\'m getting the following error when running docker ps:

x509: certificate is valid for          


        
4条回答
  •  粉色の甜心
    2020-12-24 12:17

    Simply running this command fixes the issue for me. This was suggested by a Docker employee via GitHub.

    boot2docker ssh sudo /etc/init.d/docker restart

    Unfortunately it needs to be run each time you start boot2docker.

提交回复
热议问题