-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udp port mapping not working #83
Comments
Thanks for the report, I'm going to fix this for the next version. |
this has been fixed - closing |
Just reproduced this issue with 0.16.4. Error message is a little different. The value |
leusonmario
pushed a commit
to leusonmario/docker-maven-plugin
that referenced
this issue
Aug 18, 2018
Classify docker-client as shaded
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using docker command-line, it is possible to bind udp ports. The syntax for this is to append /udp to the port number. The plugin does not support this.
I'm trying to use this configuration:
I get this error:
Cannot parse port mapping: Port mappings must be given in the format
The syntax is mentioned here:
https://docs.docker.com/userguide/dockerlinks/
You can also bind UDP ports by adding a trailing /udp. For example:
The text was updated successfully, but these errors were encountered: