Any way to have broker in docker host networking mode bind to specific IP/interface?
Aleksei
Member Posts: 14 ✭
I am trying to deploy brokers in multi-tenancy on docker in host mode and no matter which OS physical interfaces I configure on broker instances they always bind services and managment ports on 0.0.0.0. Any way to influence that or multi-tenancy scenario is cursed to always have bridge networking?
0
Best Answer
Answers
-
@pkondrat said:
Hi Aleksei,
Unfortunately, there is no way to configure the addresses that the broker binds to. Our recommendation would be to use bridge networking (as you suggested).
Best Regards,
PaulThanks for confirmation! Configuration of interfaces is right there in the broker, too bad this has no relation to were it binds.
0