From 2a03315ce4cf05eacca5eb39e1e8c8f96fe163ca Mon Sep 17 00:00:00 2001 From: Enrico Simonetti Date: Mon, 27 Nov 2017 16:43:37 +1100 Subject: [PATCH] Updated to be compatible with the latest VirtualBox --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 641776e..8313aff 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The virtual machine contains docker, docker-compose and a NFS server to locally ## Installation and configuration 1. Make sure no other VirtualBox networks adapter are on the subnet 10.10.10.x or you do not run any internal network on that subnet (the routing table be checked with `netstat -rn` and the routing for the subnet 10.10.10.x if exists can be found with `netstat -rn | grep 10.10.10`) 2. Add entry on /etc/hosts - need to use sudo to edit the file: `10.10.10.10 docker.local` -3. Access VirtualBox's network configuration for the Host-only Networks adapter `vboxnet0` by accessing the menu VirtualBox -> Preferences -> Network -> Host-only Networks - 1. On Adapter tab: +3. Access VirtualBox's network configuration for the Host Network adapter `vboxnet0`. Depending on the installed version of VirtualBox it can be accessed via the top-right icon Global Tools -> Host Network Manager or via the menu VirtualBox -> Preferences -> Network -> Host-only Networks + 1. On Adapter tab configure manually the followings: 1. IPv4 Address: 10.10.10.1 2. IPv4 Network Mask: 255.255.255.0 2. On DHPC Server tab: