StefanScherer/windows-docker-machine

IP address is not set

vors opened this issue · 2 comments

vors commented

Everything use to wrok fine, until I accidentally removed a VM vhd.
This time I decided to install the prebuilt image from vagrant up 2016-box, instead of building it with paker myself.

Now I'm getting IP address is not set on any docker-machinecommand.

vors@Sergeis-MacBook:~/dev/windows-docker-machine$ docker-machine ls
NAME       ACTIVE   DRIVER       STATE     URL   SWARM   DOCKER    ERRORS
2016-box   *        generic      Running                 Unknown   IP address is not set
default    -        virtualbox   Stopped                 Unknown 

I tried re-create it, restart it.

Is it the first time you have downloaded the windows_2016_docker box from Vagrant cloud?
Which vhd has been removed?
Which environment do you have. I see MacBook and guess it's VirtualBox.

Vagrant stores a copy of VirtualBoxes for the snapshot. If this gets removed then you probably should also remove the vagrant box and all its instances and the snapshot (in "~/VirtualBox VMs") manually.
But it's only a guess.

Closing due to inactivity