I am trying to create a docker-machine in a Centos 7 ( VM created via VMWare on a Win 10 Host ). The driver I am using for docker-machine is virtualbox 5.X. However, I am not able to get the IP for my created docker-machine.
Here is the error I am getting.
[aditya@localhost ~] docker-machine ip testdriven-dev**
**Error getting IP address: ssh command error:**
**command : ip addr show**
**err : exit status 255**
**output :**
**[aditya@localhost ~] docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
testdriven-dev virtualbox Timeout
[aditya@localhost ~]$
I have seen this error in some other discussions in this forum. I went through them but didn’t found any solution. I was wondering if this is due to the mix and match of VMware and Virtualbox or there is something else I am doing wrong.
Will look forward for a suggestion on this.