You can safely reprovision your VM:
# if box is NOT started
vagrant up --provision
# if box is already started
vagrant provision
It can happen that the Virtual Network Adapters (in this case host only adapter) break on every shutdown or disconnect from Network.
Windows 10 has currently issues with Virtual Networks on different VM Softwares. With VMWare a Workaround can be resetting the Network Adapters right before starting the VM.
- Shut Down the VM (if not down already)
- Open VMWare
- Open in Menu: Edit > Virtual Network Editor...
- Request Admin Rights in this window (if not already started with them)
- Click: Restore Defaults
This will reset all virtual Network Adapters. If you now start Vagrant with vagrant up, the required Adapters will be recreated.
You can safely run docker-clean
to remove old and unused images.
Your docker client has been updated, just rerun provisioning to update the Docker server.