-
Notifications
You must be signed in to change notification settings - Fork 2k
'Bad certificate' after stopping and starting vmwarefusion machine #430
Comments
This is a known issue. Support for detecting the virtual disk in order to store the b2d configs needs to be added. |
I'm putting together a workaround for this short term as the long term solution will take some time to develop. |
@frapposelli awesome!! thanks! |
I have the same/similar problem with virtualbox. Start/stop an engine ends up with this error when I try to connect to it again:
Is my only option to remove the machine and start over? |
Yes we are working on this. There should be a workaround soon. On Wed, Feb 4, 2015 at 3:30 PM, ryanwalls [email protected] wrote:
|
@ehazlett Thanks! |
yw -- i will post here once it's available. On Wed, Feb 4, 2015 at 4:34 PM, ryanwalls [email protected] wrote:
|
@ehazlett What's weird is if I start a new terminal and run Output of
If I run Output of
Why does it work in the first case and not the 2nd? |
As a reference, this issue depends on boot2docker/boot2docker#747 |
@frapposelli Were you able to come up with a short term solution or does the short term solution also depend on boot2docker/boot2docker#747? |
This PR adds shared folders support for Fusion and should fix this issue #1034 |
VMWare Fusion machines seem not to be functional after stopping and re-starting them.
As of commit 7d6fd1f (midday January 28, 2015) with Docker 1.4.1 and a fresh boot2docker.iso, if I do the following:
docker-machine create -d vmwarefusion foo
docker $(docker-machine config foo) ps # SUCCESS
docker-machine stop
docker-machine start
docker $(docker-machine config foo) ps # FAILURE
the second attempt to do 'docker ps' fails with FATA[0000] An error occurred trying to connect: Get https://172.16.65.190:2376/v1.16/containers/json: remote error: bad certificate. Same is true if I replace the stop/start with restart. 'docker-machine ssh' also fails in that I end up being prompted to authenticate via password.
This does not happen for VirtualBox machines. I haven't had trouble stopping/starting them.
If I 'docker-machine rm foo' and start over, I get the same behavior (works fine until I stop the machine).
This isn't too terrible, but it is a hassle in that any of the cached Docker image files must be re-fetched.
The text was updated successfully, but these errors were encountered: