Keep getting Could not read CA certificate when trying to start docker

前端 未结 8 2288
無奈伤痛
無奈伤痛 2021-02-07 12:23

I am attempting to migrate from boot2docker to docker-machine.

I followed the directions here to install docker but I keep getting the following message:



        
8条回答
  •  不思量自难忘°
    2021-02-07 13:02

    If it still doesn't work, run:

    find . -name ca.pem
    

    To find out where it is, and then modify DOCKER_CERT_PATH=, and on a Mac, it must be .bash_profile. If you input this in yo .oh-my-zsh it won't work.

提交回复
热议问题