Maxat Akbanovmaxat-akbanov.com·Jan 26, 2024Docker Networking 101: macvlan Networkmacvlan networks in Docker provide a way to assign a MAC address to each container's virtual network interface, making it appear as a physical device on your network, just like a traditional virtual machine. It also allows you to assign an IP address...47 readsdockerDevops
Bimal Dhitalblog.bimal1412.com.np·Sep 30, 2023Assigning IPv6 directly from the primary router to Docker Containers using MacvlanEach container having its own public IPv6 will have tons of benefits. For example, if you are running a torrent client application on a docker container and using it for downloading torrents, with ipv6 assigned to it, it will able to communicate with...119 readsipv6