Changes

Jump to: navigation, search

Docker

No change in size, 18:24, 22 June 2018
Interface list of the new VM
Check the interfaces of the new VM:
* '''eth0''':192.168.123.195 - Interface to the new virtual network (docker-network) created by us. this network has public internet connection
* '''eth1''':192.168.42.118 - This connect to the dynamically created host-only virtual network. Just for VM-to-VM communication
<pre>
docker@manager:~$ ifconfig
eth1 inet addr:192.168.42.118 Bcast:192.168.42.255 Mask:255.255.255.0
</pre>
* '''eth0''':192.168.123.195 - Interface to the new virtual network (docker-network) created by us. this network has public internet connection
* '''eth1''':192.168.42.118 - This connect to the dynamically created host-only virtual network. Just for VM-to-VM communication
====Routing table====

Navigation menu