7,540
edits
Changes
Docker
,→Interface the new VM
Docker version 18.05.0-ce, build f150324
</pre>
<br>
Check the interfaces of the new VM:
<pre>
* '''eth1''':192.168.42.118 - This connect to the dynamically created host-only virtual network. Just for VM-to-VM communication
* '''docker0''':172.17.0.1 - This VM is ment to host docker container, so the docker daemon was already installed and started on it. Form docker point of view, this VM is also a (docker) host, and therefore the docker daemon created the default virtual bridge, that the containers will be connected to unless it is specified implicitly otherwise during container creation.
<br>
Inspect the new VM with the '''docker-machine inspect''' command
<pre>