Docker-machine error "Could not find matching IP for MAC address" on Windows 10 -


i got strange problem docker-machine on windows 10. , still cannot find solution.

it used work before, after update of windows 10 began error "could not find matching ip mac address ...". error appears on action docker-machine.

for example, docker-machine ls: enter image description here

i tried reinstall dockertools virtual box (with different network drivers). tried install latest version of virtual box. remove , recreate docker virtual machine. remove vitrualbox host-only networks. doesn't help.

here docker-machine -d create -d virtualbox default:

enter image description here

docker-machine env default:

enter image description here

docker-machine regenerate-certs:

enter image description here

could point me in right direction? can cause such problem?

thanks!


i've tried method suggested vonc.

  1. remove virtualbox , clean drivers , registry how suggested.
  2. reboot pc.
  3. install latest virtualbox (version 5.0.18 r106667)
  4. reboot pc.
  5. set environment suggested.

this result.

c:\users\vadim>desktop\env.bat 

c:\users\vadim>rem minimal path:

c:\users\vadim>set path=c:\windows\system32;c:\windows;c:\windows\system32\wbem

c:\users\vadim>rem add git path

c:\users\vadim>rem set glatest=portablegit-2.8.1-64-bit

c:\users\vadim>set path=c:\windows\system32;c:\windows;c:\windows\system32\wbem; c:\program files\git\bin;c:\program files\git\usr\bin;c:\program files\git

c:\users\vadim>set term=msys

c:\users\vadim>set git_home=c:\program files\git

c:\users\vadim>rem add virtualbox path

c:\users\vadim>set path=c:\windows\system32;c:\windows;c:\windows\system32\wbem; c:\program files\git\bin;c:\program files\git\usr\bin;c:\program files\git;c:\pr ogram files\oracle\virtualbox

c:\users\vadim>rem add docker-machine path

c:\users\vadim>set path=c:\windows\system32;c:\windows;c:\windows\system32\wbem; c:\program files\git\bin;c:\program files\git\usr\bin;c:\program files\git;c:\pr ogram files\oracle\virtualbox;c:\program files\docker toolbox

c:\users\vadim>set path path=c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\program files\gi t\bin;c:\program files\git\usr\bin;c:\program files\git;c:\program files\oracle\ virtualbox;c:\program files\docker toolbox pathext=.com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh;.msc

c:\users\vadim>docker-machine create -d virtualbox test running pre-create checks... creating machine... (test) copying c:\users\vadim.docker\machine\cache\boot2docker.iso c:\users\ vadim.docker\machine\machines\test\boot2docker.iso... (test) creating virtualbox vm... (test) creating ssh key... (test) starting vm... (test) check network re-create if needed... (test) windows might ask permission create network adapter. sometim es, such confirmation window minimized in taskbar. (test) found new host-only adapter: "virtualbox host-only ethernet adapter #2"

(test) windows might ask permission configure network adapter. times, such confirmation window minimized in taskbar. (test) windows might ask permission configure dhcp server. sometime s, such confirmation window minimized in taskbar. (test) waiting ip... waiting machine running, may take few minutes... detecting operating system of created instance... waiting ssh available... detecting provisioner... provisioning boot2docker... copying certs local machine directory... copying certs remote machine... error creating machine: error running provisioning: not find matching ip f or mac address 080027d6b14d

i still error ip , mac.


further investigation. suggested vonc i've retried docker-machine 0.6.0. , got other error: enter image description here

as it's trying work eth1 interface on virtual machine i've checked what's going on (all time see vms created , worked in virtual box interface). see guest vm: enter image description here

as can see eth1 interface doesn't have ip4 address specified. can cause of problem , how fix it?

open virtual box, remove docker vm. thet start quick-start again. have same problem on windows.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -