How to forward 127.0.0.1 traffic from container-A to another container-B? – Ubuntu
I am trying to containerize my company's app. When I deploy that app in VM, I have to install MySQL in the same VM because the application has a hardcoding 127.0.0.1:3306 in the source code. Now I am trying to…