This might just be my rookie knowledge of Docker, but I can\'t get the networking to work.
I\'m trying to run a Mule-server via the pr3d4t0r/mule repository. I can r
error
"curl: (56) Recv failure: Connection reset by peer"
mean that no process in docker image listening to the port. Option -p is bind of port in host system and image.
-p
-p :
So, check your image, maybe your app in container use different port and you need
-p 8080:8090