spring-attic / top-spring-boot-docker

Spring Boot Docker:: Topical guide to using Docker and how to create container images for Spring Boot applications :: spring-boot
https://spring.io/guides/topicals/spring-boot-docker
180 stars 127 forks source link

include hot reloading dockerfile #1

Open xenoterracide opened 5 years ago

xenoterracide commented 5 years ago

in the event you want your service to reload on source code changes for local "cluster" development. it would be nice to have an optimized example image of this.

e.g. instructions similar to https://medium.com/@lhartikk/development-environment-in-spring-boot-with-docker-734ad6c50b34

dsyer commented 5 years ago

Thanks for the link. I'm not convinced that running in a container at dev time is such a great idea, so unless a lot of other people disagree I don't see a compelling case for making this change. Interesting article though.