Docker containers: curl between containers not working Docker containers: curl between containers not working curl curl

Docker containers: curl between containers not working


It seems like that the app running inside test-01.docker listen on a 127.0.0.1, so it can not be accessed by any other programs outside this container

let your app(inside test-01.docker) listen on 0.0.0.0 address and try it again