codekitchen / dinghy

faster, friendlier Docker on OS X
MIT License
2.12k stars 109 forks source link

dinghy timeout #259

Closed hezhizhen closed 6 years ago

hezhizhen commented 6 years ago

Today I encountered a problem with dinghy. I ran dinghy up, and the log was stuck in mounting. I ran docker-machine ls, the status of it was Timeout. After waiting for a few minutes, I opened Virtualbox and powered it off. And then I re-launched it, and there was nothing wrong. What causes it and how to prevent it? Any reply will be appreciated.

codekitchen commented 6 years ago

I've seen Virtualbox hang like this a few times in the past, it seems to not properly initialize the virtual networking interfaces sometimes. Unfortunately this is out of our control, I don't think it's even something that could be fixed in docker-machine.

hezhizhen commented 6 years ago

@codekitchen Thank you for your reply. May the luck be with us all the time.