gradle-docker icon indicating copy to clipboard operation
gradle-docker copied to clipboard

Can't use UDP port mapping

Open AnakinPt opened this issue 2 years ago • 1 comments

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.

AnakinPt avatar Aug 04 '21 14:08 AnakinPt

I already have a fix for this, but I don't know how to conrtibute.

AnakinPt avatar Aug 04 '21 14:08 AnakinPt