

Now that your Host-only network adapter is pretty much useless, let’s make it usable by assigning an IP to the 192.168.56.X network. Make sure the Host-only network interface doesn’t have DHCP server activated and there is a fixed IP assigned to the host machine, check this at Virtual box menu, Host Network Manager, yes this one is tricky it’s not a Virtual Machine setting, is a Virtualbox setting.


Setup the router DHCP to reserve an IP for that specific VM, not gonna work I will have lots of machines.Updatable Local DNS, Then I would need to setup my DNS use it, and keep track of a list of name and IP, and the VM would need to update me with the new IP, way too much work, no!.But now here it comes the new challenge: How do I access the internet from the VM or even from the docker inside the VM and use a name to connect to it? I started to think about some crazy ideas After some hours banging my head against the wall I decided to create a Linux Virtual Machine using Virtualbox and use docker from there. Tried to use the Docker Toolbox that didn’t work as smooth as I expected. While installing docker on my windows 10 machine I found that Docker for Windows requires 64-bit Windows 10 Pro with Hyper-V available, what? omg, I was expecting something simple… but NISBEIP, let’s move on.
