We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dockerExposedPorts takes a Seq of Int, which makes it impossible to specify transport (Docker supports TCP and UDP).
dockerExposedPorts
I wish to add EXPOSE 12345/udp to my Dockerfile
EXPOSE 12345/udp
The text was updated successfully, but these errors were encountered:
I will send in a PR for this since I need this myself
Sorry, something went wrong.
No branches or pull requests
dockerExposedPorts
takes a Seq of Int, which makes it impossible to specify transport (Docker supports TCP and UDP).I wish to add
EXPOSE 12345/udp
to my DockerfileThe text was updated successfully, but these errors were encountered: