Skip to content
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

Fix EXPOSE with protocol #10

Open
zemanlx opened this issue Nov 27, 2017 · 0 comments
Open

Fix EXPOSE with protocol #10

zemanlx opened this issue Nov 27, 2017 · 0 comments

Comments

@zemanlx
Copy link

zemanlx commented Nov 27, 2017

Right now there is only supported

EXPOSE <port>  [<port> ...]

where port is integer, but in reference EXPOSE is defined as

EXPOSE <port> [<port>/<protocol>...]

The EXPOSE instruction informs Docker that the container listens on the specified network ports at runtime. You can specify whether the port listens on TCP or UDP, and the default is TCP if the protocol is not specified.

@zemanlx zemanlx changed the title Fix EXPOSE with porotocol Fix EXPOSE with protocol Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant