docker Mule-server curl: (56) Recv failure: Connection reset by peer -
this might rookie knowledge of docker, can't networking work.
i'm trying run mule-server via pr3d4t0r/mule repository. can run it, hot-swap applications can reach it.
i can run local server without docker, , works flawlessly. not when seek docker.
when seek simple curl command "curl: (56) recv failure: connection reset peer"
curl http://localhost:8090/sven
i have tried exposing ports via -p , separately via -p 8090:8090 no luck.
when docker running blocks ports (i tried running docker , normal server @ same time normal 1 said ports in use).
when seek image jboss/wildfly , utilize -p 8080:8080 there's no problem, works perfectly.
the application in mule-server log , respond simple "hello world", output says application deployed, no messages or logging while seek reach it.
any suggestions?
in case app configured incorrectly. had localhost host. should have been 0.0.0.0 without acting on localhost aka docker container not outside of it.
you should not need utilize -net=host.
so check if there's configuration
mule docker
No comments:
Post a Comment