MacVLan Docker Network Driver

  • It simlifies the communication between process between containers
  • This network assigns a MAC address to the docker container.
  • With this MAC address the docker server(Docker demon) routes the network traffic to a router
  • It is suitable when a user wants to directly connect the container to the physical network rather than Docker host’s

Leave a Comment