You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NOMAD_HOST_PORT_xxx environment variable is currently made available only for mapped ports and not for dynamic ones, where NOMAD_ADDR_xxx is made available (IP:PORT).
That would be handy, for instance, when using the java driver to start a service that takes the port number as a command line argument: -Dhttp.port=4569
At the moment I need to use the exec driver to run a script that splits NOMAD_ADDR_xxx and passes the port to my java application
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
The NOMAD_HOST_PORT_xxx environment variable is currently made available only for mapped ports and not for dynamic ones, where NOMAD_ADDR_xxx is made available (IP:PORT).
That would be handy, for instance, when using the java driver to start a service that takes the port number as a command line argument: -Dhttp.port=4569
At the moment I need to use the exec driver to run a script that splits NOMAD_ADDR_xxx and passes the port to my java application
The text was updated successfully, but these errors were encountered: