Can't curl linked container in Docker even though I can ping it Can't curl linked container in Docker even though I can ping it curl curl

Can't curl linked container in Docker even though I can ping it


this might be a problem: "--bind", "localhost:8200" as connections to backend hostname won't be accepted. You might want to change it to "0.0.0.0:8200" or maybe ":8200", depending on the notation supported.