Hi, I have been going through this for few days now, I have created few docker containers which was by default picked up by host ip’s 172.17.x.x after researching came to know this docker container ip’s cannot be reached by other host or(machine with in network)
Now i have recreated docker container within my network 192.168.x.x, Still i cannot ping or connect to docker containers running from other machine with in the network, Is there any possible way to resolve this ?
or am i missing anything