microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

Fail to run the application in docker #17

Open SumianTechnology opened 5 years ago

SumianTechnology commented 5 years ago

First of all, Thanks for the excellent book. I ran the application in docker following the building steps. Each step ran successfully, but in the end, I can neither visit the swagger UI page nor access the service with curl. I checked the docker containers:

2018-11-26 6 35 06

And I found that the functional service is in unhealthy state. Any idea about what's going wrong?

aker commented 5 years ago

Maybe you can try to disable firewall, and then restart docker.

vikramsisodia27 commented 4 years ago

Facing same issue, please suggest if you find its solution.