I have a docker container running a java application which is listening for UDP multicast packets. I am not receiving the packets inside the container, however they appear on the host machine on eth0.
Is there a way for docker to automatically pick up these packets and forward them to the container?
Thanks