##Container Network Model (CNM):
----------------------------------
The Docker networking architecture is built on a set of interfaces called the Container Networking
Model (CNM
libnetwork is the networking component which implements the CNM.
##Docker network drivers:
------------------------
1.Bridge
2.Overlay
3.Host
4.None
5.MACVLAN
6. 3rd party network drivers
1. Sandbox :
Sandbox isolates the networking
components of a single
container such as network
interfaces, ports, route
tables and DNS
2. Endpoints :
Endpoints are
virtual network interfaces
and responsibility of
endpoints is to connect
the sandbox to a network
3. Networks :
Network is a
collection of endpoints.
Reference doc:
https://docs.docker.com/network
https://success.docker.com/article/ne...