gradle-docker
gradle-docker copied to clipboard
Can't use UDP port mapping
What happened?
When I configured the dockerRun task to use an UDP port mapping, the plugin crashes
What did you want to happen?
dockerRun { name = "myService" image = "myService:latest" ports("8888:8888", "12201:12201/udp") }
We should be able to identify some mapping to be for UDP connections and not only TCP.
I already have a fix for this, but I don't know how to conrtibute.