Add UDP support for GenericContainer and DockerComposeContainer
Added support for udp protocol for GenericContainer and DockerComposeContainer.
Would fix #554
We will review this, however it's a fairly big PR with potentially breaking changes, so it may take time.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.
so what's the status of this? Is it going to be rejected?
@mbesida there are breaking changes that should be reverted.
Also note that even UDP if not provided as a set of convenient methods, it is possible to do it with low level API:
https://www.testcontainers.org/features/advanced_options/#customizing-the-container
and GenericContainer#getContainerInfo