carnellj / spmia-chapter1

Chapter 1 for Spring Microservices in Action
164 stars 208 forks source link

no docker mvn plugin in the pom #1

Closed dadakoko closed 7 years ago

dadakoko commented 7 years ago

I m reading your great book about the capabilites of spring with microservices. Using docker is appealing as well but while mvn spring-boot:run shows up the service, mvn clean package docker:build is failing. Would be great to be able to create a docker image already within chapter!

carnellj commented 7 years ago

Hi Dadakoko,

I purposely had not built a docker image, for the first chapter because it was just a simple standalone service with no connections to anything. It is simple enough to create a container. Give me a few days and I will upload a docker version of the service. Hope you like the book.

Thanks,
    John

On Thu, Oct 13, 2016 at 10:19 AM, dadakoko notifications@github.com wrote:

I m reading your great book about the capabilites of spring with microservices. Using docker is appealing as well but while mvn spring-boot:run shows up the service, mvn clean package docker:build is failing. Would be great to be able to create a docker image already within chapter!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/carnellj/spmia-chapter1/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAduZedT8muHPn_xth4-ltQJj_8_TG50ks5qzj3ggaJpZM4KV8ch .

dadakoko commented 7 years ago

thanks a lot for your quick reply! yes certainly i enjoy your book a lot:-) as a dev with java-spring background i appreciate a lot reading such a clear and well-explained book that demystify creating microservices and highlight associated tools, e.g. docker! regards David