7,540
edits
Changes
Docker
,→Interface list on the host
====Interface list on the host====
<pre>
# ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.105 netmask 255.255.255.0 broadcast 192.168.0.255
...
</pre>
On the host, upon the regular interfaces, we can see the two bridges for the two virtual networks:
* '''virbrDocker''': That is the virtual network that we created in libvirt. This is connected to the host network with NAT. We assigned these IP addresses, when we defined the network.
* '''virbr1''': That is the host-only virtual network that was created out-of-the-box. This one has no internet access.
====Interface list of the new VM====