-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Why the exposed port range is 32768-65535, which is not the same as the range in che.properties? #164
Comments
We narrow the range of what is exposed so that docker will start in a reasonable time. There is significant overhead for each expert port exposed. |
Is the |
I'm not sure when I start docker image, which range of port shall I use. e.g.
Shall I start with |
No the internal structure is correct. The better answer is to use the --net option. We need to do more testing on that option and its performance before we make that the primary configuration. |
Start with the 32768 but both should be ok. |
@TylerJewell Not quite understand why it's |
@eivantsov? |
This should explain it. |
range of available service portssys.resources.min_port=49152 deprecated. we'll remove it from conf |
In the Dockerfile:
But in /assembly-ide-war/src/main/webapp/WEB-INF/classes/codenvy/che.properties`
I wonder why the start port is different? And what's usage of the ports between
32768
and49152
?The text was updated successfully, but these errors were encountered: