Trying to understand the advantage and use case of Docker Macvlan network driver.
Can someone explain in detail if possible with some examples about what the following statement mean, referred from docs.
The Linux implementations are extremely lightweight because rather than using the traditional Linux bridge for isolation, they are simply associated to a Linux Ethernet interface or sub-interface to enforce separation between networks and connectivity to the physical network.
I have some basic understanding on the default networking provided by Docker, answered here.