-
Notifications
You must be signed in to change notification settings - Fork 2k
docker-machine create fails with "x509: certificate signed by unknown authority" #3595
Comments
Same problem. $dm -version |
anything similar to moby/moby#12756? |
I am also seeing this ... Any fix? |
I'm seeing this error a lot of times per day: while creating machines, on SSH'ing a created machine, deleting machines... and so on. In most cases, repeat the command works, but not always. But is always the same error:
Docker for Mac, |
Same problem here. I installed docker-machine on a mac and have a linux box(jumper) installed with docker engine. The linux docker-engine is protected by a self-created CA, which had been added to mac's keychain store and set as "trusted". "curl https://jumper:2376/v1.15/version" runs without problem: But "docker-machine create --engine-insecure-registry "jumper" --driver none --url=tcp://jumper:2376 jumper" does not work... Docker for Mac, version 1.13.0, build 49bf474 |
This is what worked for me (from distribution/distribution#1731 (comment)):
And then
|
@jachinte under which patch the |
@vyscond I didn't know either, so I created it in my home directory. It just worked after that. |
@jachinte Holly cow. Indeed it worked! Thanks for sharing :D |
@jachinte It worked for me too. I only encountered this in Windows 7. Perfectly fine in Windows 10. |
@jachinte The solution did not work for me, though. I get the same error message on running 'docker-machine create ...'. Is this an existing Docker bug? |
Downloading the iso from https://github.com/boot2docker/boot2docker/releases/download/v18.06.1-ce/boot2docker.iso and moving it to ~/.docker/machine/cache seems to work |
docker-machine create
fails with a certificate error. I've seen similar issues when using private repos, but I'm using the default/public repo here. I'm running OSX Yosemite (10.10.5).Stats:
The text was updated successfully, but these errors were encountered: