kgyrtkirk/hive-dev-box

Unable to expose 10000 port outside

Closed this issue · 2 comments

I am able to successfully start hive container. But, I want to expose 10000 outside the container. I tried many things I found on the internet but nothing worked. Please let me know if there is any way?

Thank you.

I tend to use it internally; and I tend to try to move everything inside - but of course this might not be possible all the time :D

RUN_OPTS+=" -p10000:10000"

but... if you expose 10000 externally (and its built into the launch script) you will not be able to launch the second container

Thanks for the quick response, running the service internally worked fine :)