-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Toolbox hangs during setting of environment variables (Windows 8.1) #116
Comments
It seems As the Changing line 35 from Maybe docker-machine should check the |
I copy my comment from here: #66 (comment) in this post, as I think it's probably the same issue. I think @ameyrk nailed it down for Windows in this comment #66 (comment). I confirm the same issue happens in Windows 7: After a sleep / wake cycle, Windows detects the Host-Only network as a "duplicate" and changes its IP. After that, docker-machine (or the Quickstart terminal) doesn't work anymore. It is probably caused by this VirtualBox bug (from 4 years ago): https://www.virtualbox.org/ticket/9151, so there doesn't seem to be a fix soon from VirtualBox. And it's probably a Windows bug. The quick workaround that worked for me was:
After that, the docker-machine and the Quickstart Terminal should work, and that way, you don't have to restart your whole Windows. |
solved my problem on Windows 10 |
just to confirm that @tiangolo's solution worked for me... |
Seems to be fixed. |
@tiangolo +1 |
@tiangolo +1 |
When running the "Docker Quikstart Terminal", the startup stops after setting environment variables.
The virtualbox is up and running.
The text was updated successfully, but these errors were encountered: