docker-machine-nfs: Script fails after virtual machine is restarted
Script fails with the following error:
Restart Docker Machine ... Too many retries waiting for SSH to be available. Last error: Maximum number of retries (60) exceeded
I am not able to connect to the machine even with docker-machine ssh
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 20 (9 by maintainers)
Problem fixed, it was missing the
127.0.0.1 localhos
t entry on my/etc/hosts
.