If the container application sends any UDP data greater than 1472 to the windows host, then it is completely dropped. I have verified this with Wireshark. I also verified locally in windows that I can send large UDP packets on windows. Has anyone seen this issue? I am using a custom bridge network also so that my containers can be on their own subnet. Thanks
I am seeing the same thing. Tentative workaround for now is to install docker in a virtual ubuntu box on my windows desktop. This solves the udp dropped packet problem, but is a bit cumbersome.