Hello, I have two docker images, say A and B.
According to documentation, I should be able to ping container A from B, however I am getting “bad address”. I am running a node.js server and I’m trying to get a response from a GET request.
Note that both instances are using network_mode: host in docker-compose as this is what I need for a plugin. Removing the line solves my issue.
How shall I procceed?