Docker-machine : ca.pem not found
问题 Here i am creating a test machine(dev) using the docker machine. $ docker-machine create -d virtualbox dev Creating CA: C:\Users\xxx\.docker\machine\certs\ca.pem Creating client certificate: C:\Users\xxx\.docker\machine\certs\cert.pem Creating VirtualBox VM... Creating SSH key... Starting VirtualBox VM... Starting VM... The vm gets created and runs with out flaws. And here is the error when i run the following command: $ docker-machine env dev open C:\Users\xxx\.docker\machine\machines\dev\ca