Docker container attached to macvlan network can't communicate with the rest of the network

Finally found something official from Docker: Port publishing and mapping | Docker Docs
It doesn’t specifically say that port publishing has no effect in a macvlan network, but does say it’s for bridge networks.

1 Like