Disable multicast on bridge network

Hello,

Is there a way to disable multicast on the docker bridge network? Or if not is there another network driver that allows this?

I would like for multicast to be disabled even between containers that reside on the same docker host.

I could do this on each container by running ifconfig eth0 -multicast. But that would require reconfiguring every container. Rather I would prefer to configure it on the network so that it will apply to all attached containers.

Thank you in advance

Gerardo

Hi Gerardo,

did you ever get a solution to your problem? We are now also facing this problem and want to prevent us from touching each container.

Thanks
Karsten