TheFirstClassCitizen / microservices-2018

A set of challenges to build modern Microservices architectures
MIT License
1 stars 0 forks source link

Create a Docker image to run the whole project #10

Open jabrena opened 6 years ago

jabrena commented 6 years ago

The docker image should run:

https://spring.io/guides/gs/spring-boot-docker/ http://www.baeldung.com/dockerizing-spring-boot-application http://containertutorials.com/docker-compose/spring-boot-app.html https://dzone.com/articles/running-spring-boot-in-a-docker-container

juan-medina commented 6 years ago

what you mean the whole? do think in run the whole thing in a single docker, each component need a docker, then they could scale and deploy independently.

If not you are just doing a distribute monolith: https://www.infoq.com/news/2016/02/services-distributed-monolith

jabrena commented 6 years ago

No, the idea is to run every component in a different container.

jabrena commented 6 years ago

http://accordance.github.io/microservice-dojo/kata2/dockerizing_application.html