ssl - Docker-machine : ca.pem not found -


here creating test machine(dev) using 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 , runs out flaws. , here error when run following command:

$ docker-machine env dev  open c:\users\xxx\.docker\machine\machines\dev\ca.pem: system cannot fin d file specified. 

i have no idea how deal problem. tried restarting boot2docker.

you should try using docker-machine regenerate-certs dev. problem think somehow .pem file got deleted or not created. had same issue , regenerating certs fixed problem (reboot did not btw).


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -