Good day community of StackOverflow!
I installed docker on Windows 7 x64 bits by using chocolatey. The installation has been configured to use docker with the vmworkstation driver so that to create a container I use in the command console:
docker-machine --native-ssh --debug create -d vmwareworkstation default
The problem is that he is returning me ip not found for Mac ... As the following image shows:
I have been reading and for example in the case of virtual box an ipconfig is normally performed and it is tested to place in the network connection driver every ip until some of them coincide and it is possible to solve the problem, however, I tried this in vmware and it was not fixed.
I also tried changing the type of VMware network connection such as NAT and bridged, but in neither case it has been solved as it continues throwing the error shown in the previous image.
My question is:
How do I solve this error? since it is not viable for me to change driver (from VMware to Virtual box for example).
Observation: I should note that it is not a problem of installation or configuration of the VMware Workstation itself, because I have created numerous virtual machines from it and they work perfectly.