When do I need to use docker ipvlan l3 network driver?

29 Views Asked by At

Provide real-world example, when I'll need to use ipvlan l3 type of network driver in Docker in two scenarios:

  1. local development of simple reactjs/nodejs app.
  2. local development and future producion of microservice app.

What are its key benifits compared to user defined bridge network driver in those scenarios?

I understand how this type of network works, but I can't imagine real-world situations when you technically need it, when you can't use any other driver.

0

There are 0 best solutions below