Hi!
I was really enjoying Kitematic up to first problems with reaching the machine (after OS X reboot). I've decided to set up machine once again:
This is what I get now when firing up Kitematic
ENOENT: no such file or directory, open '/Users/<redacted>/.docker/machine/machines/default/ca.pem'

Indeed, there is no such file even if <redacted> stands for my username.
$ ls ~/.docker/machine/machines/default/
boot2docker.iso config.json default/ disk.vmdk id_rsa id_rsa.pub
Could you please tell me how could I get it back working?
unfortunately VM deletion did not help
What about under the machine certs:
$ ls ~/.docker/machine/certs/
Do you have a properly created certificate? If yes, you can re-generate the certificates for your VM via:
docker-machine -D regenerate-certs default
Hi there, thanks a lot for a fast response!!
Unfortunately I wasn't patient enough and had my VirtualBox reinstalled, which solved my issue. If I manage to reproduce that behaviour, I'll definitely try regenerating certs via docker-machine..
Let me close this issue for now :smile:
@mieciu Glad you were able to solve it :+1: - Sometimes re-creating the VM is easier than the above if the VM was brand new.
@FrenchBen that worked :+1:
@FrenchBen that worked :+1:
docker-machine -D regenerate-certs default
@FrenchBen Thanks锛宨t worked.
Thanks锛宨t worked.
Thanks , it worked
Most helpful comment
What about under the machine certs:
$ ls ~/.docker/machine/certs/Do you have a properly created certificate? If yes, you can re-generate the certificates for your VM via:
docker-machine -D regenerate-certs default